#D6EC78

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

Shades of Mindaro #D6EC78

Tints of Mindaro #D6EC78

Color information

#D6EC78 (or 0xD6EC78) is unknown color: approx Mindaro. HEX triplet: D6, EC and 78. RGB value is (214,236,120). Sum of RGB (Red+Green+Blue) = 214+236+120=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EC78 is #291387. Grayscale: #D8D8D8. Windows color (decimal): -2691976 or 7924950. OLE color: 7924950.

HSL color Cylindrical-coordinate representation of color #D6EC78: hue angle of 71.38º 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 #D6EC78 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB214236120-
CMYK0.0900.490.07
HSL71.38º75.32%69.8%-
HSV(B)71.38º49.15%92.55%-
XYZ61.1275.6429.15-
YUV216.273.71126.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=37.54%
G=41.40%
B=21.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361200.0900.490.0771.3875.3269.8
HexD6EC7890317474b46
Octal326354170110617107113106
Binary1101011011101100111100010010110001111100011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EC78; }

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

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

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

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

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

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

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

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