#D9E780

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

Shades of Mindaro #D9E780

Tints of Mindaro #D9E780

Color information

#D9E780 (or 0xD9E780) is unknown color: approx Mindaro. HEX triplet: D9, E7 and 80. RGB value is (217,231,128). Sum of RGB (Red+Green+Blue) = 217+231+128=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E780 is #26187F. Grayscale: #D7D7D7. Windows color (decimal): -2496640 or 8447961. OLE color: 8447961.

HSL color Cylindrical-coordinate representation of color #D9E780: hue angle of 68.16º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9E780 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB217231128-
CMYK0.0600.450.09
HSL68.16º68.21%70.39%-
HSV(B)68.16º44.59%90.59%-
XYZ61.0973.4631.38-
YUV215.0778.86129.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 231 (90.62% from 255) = 40.10%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=37.67%
G=40.10%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172311280.0600.450.0968.1668.2170.39
HexD9E780602D9444446
Octal331347200605511104104106
Binary11011001111001111000000011001011011001100010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E780; }

 p { color: rgb(217,231,128); }

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

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

 a { background-color: rgb(217,231,128); }

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

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

 span { border-color: rgb(217,231,128); }

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