#D8EC78

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

Shades of Mindaro #D8EC78

Tints of Mindaro #D8EC78

Color information

#D8EC78 (or 0xD8EC78) is unknown color: approx Mindaro. HEX triplet: D8, EC and 78. RGB value is (216,236,120). Sum of RGB (Red+Green+Blue) = 216+236+120=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC78 is #271387. Grayscale: #D9D9D9. Windows color (decimal): -2560904 or 7924952. OLE color: 7924952.

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

Color convert

RGB216236120-
CMYK0.0800.490.07
HSL70.34º75.32%69.8%-
HSV(B)70.34º49.15%92.55%-
XYZ61.775.9529.18-
YUV216.873.37127.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 120 (47.27% from 255) = 20.98%
R=37.76%
G=41.26%
B=20.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162361200.0800.490.0770.3475.3269.8
HexD8EC7880317464b46
Octal330354170100617106113106
Binary1101100011101100111100010000110001111100011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EC78; }

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

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

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

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

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

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

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

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