#D2E877

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

Shades of Mindaro #D2E877

Tints of Mindaro #D2E877

Color information

#D2E877 (or 0xD2E877) is unknown color: approx Mindaro. HEX triplet: D2, E8 and 77. RGB value is (210,232,119). Sum of RGB (Red+Green+Blue) = 210+232+119=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E877 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E877 is #2D1788. Grayscale: #D4D4D4. Windows color (decimal): -2955145 or 7858386. OLE color: 7858386.

HSL color Cylindrical-coordinate representation of color #D2E877: hue angle of 71.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2E877 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB210232119-
CMYK0.0900.490.09
HSL71.68º71.07%68.82%-
HSV(B)71.68º48.71%90.98%-
XYZ58.7672.7528.4-
YUV212.5475.21126.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 119 (46.88% from 255) = 21.21%
R=37.43%
G=41.35%
B=21.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321190.0900.490.0971.6871.0768.82
HexD2E87790319484745
Octal3223501671106111110107105
Binary11010010111010001110111100101100011001100100010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E877; }

 p { color: rgb(210,232,119); }

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

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

 a { background-color: rgb(210,232,119); }

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

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

 span { border-color: rgb(210,232,119); }

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