#D8EC80

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

Shades of Mindaro #D8EC80

Tints of Mindaro #D8EC80

Color information

#D8EC80 (or 0xD8EC80) is unknown color: approx Mindaro. HEX triplet: D8, EC and 80. RGB value is (216,236,128). Sum of RGB (Red+Green+Blue) = 216+236+128=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EC80 is #27137F. Grayscale: #DADADA. Windows color (decimal): -2560896 or 8449240. OLE color: 8449240.

HSL color Cylindrical-coordinate representation of color #D8EC80: hue angle of 71.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8EC80 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB216236128-
CMYK0.0800.460.07
HSL71.11º73.97%71.37%-
HSV(B)71.11º45.76%92.55%-
XYZ62.2176.1531.84-
YUV217.7177.37126.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 236 (92.58% from 255) = 40.69%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=37.24%
G=40.69%
B=22.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162361280.0800.460.0771.1173.9771.37
HexD8EC80802E7474a47
Octal330354200100567107112107
Binary11011000111011001000000010000101110111100011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EC80; }

 p { color: rgb(216,236,128); }

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

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

 a { background-color: rgb(216,236,128); }

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

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

 span { border-color: rgb(216,236,128); }

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