#D2F176

Color #D2F176 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D2F176

Tints of Mindaro #D2F176

Color information

#D2F176 (or 0xD2F176) is unknown color: approx Mindaro. HEX triplet: D2, F1 and 76. RGB value is (210,241,118). Sum of RGB (Red+Green+Blue) = 210+241+118=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F176 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F176 is #2D0E89. Grayscale: #DADADA. Windows color (decimal): -2952842 or 7795154. OLE color: 7795154.

HSL color Cylindrical-coordinate representation of color #D2F176: hue angle of 75.12º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2F176 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB210241118-
CMYK0.1300.510.05
HSL75.12º81.46%70.39%-
HSV(B)75.12º51.04%94.51%-
XYZ61.377.9228.95-
YUV217.7171.73122.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=36.91%
G=42.36%
B=20.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411180.1300.510.0575.1281.4670.39
HexD2F176D03354b5146
Octal322361166150635113121106
Binary1101001011110001111011011010110011101100101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F176; }

 p { color: rgb(210,241,118); }

 H1.HeaderClassName
 {
   color: #D2F176;
 }
 .AnyTagClassName
 {
   color: #D2F176;
 }
</style>
background-color css

<style>
 a { background-color: #D2F176; }

 a { background-color: rgb(210,241,118); }

 div.DivClassName
 {
   background-color: #D2F176;
 }
 .BgClassName
 {
   background-color: #D2F176;
 }
</style>
border-color css

<style>
 span { border-color: #D2F176; }

 span { border-color: rgb(210,241,118); }

 td.TdClassName
 {
   border-color: #D2F176;
 }
 .TagClassName
 {
   border-color: #D2F176;
 }
</style>