#D5EA80

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

Shades of Mindaro #D5EA80

Tints of Mindaro #D5EA80

Color information

#D5EA80 (or 0xD5EA80) is unknown color: approx Mindaro. HEX triplet: D5, EA and 80. RGB value is (213,234,128). Sum of RGB (Red+Green+Blue) = 213+234+128=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EA80 is #2A157F. Grayscale: #D8D8D8. Windows color (decimal): -2758016 or 8448725. OLE color: 8448725.

HSL color Cylindrical-coordinate representation of color #D5EA80: hue angle of 71.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5EA80 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB213234128-
CMYK0.0900.450.08
HSL71.89º71.62%70.98%-
HSV(B)71.89º45.3%91.76%-
XYZ60.7674.5531.61-
YUV215.6478.54126.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=37.04%
G=40.70%
B=22.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132341280.0900.450.0871.8971.6270.98
HexD5EA80902D8484847
Octal3253522001105510110110107
Binary110101011110101010000000100101011011000100100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EA80; }

 p { color: rgb(213,234,128); }

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

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

 a { background-color: rgb(213,234,128); }

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

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

 span { border-color: rgb(213,234,128); }

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