#D9EF84

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

Shades of Mindaro #D9EF84

Tints of Mindaro #D9EF84

Color information

#D9EF84 (or 0xD9EF84) is unknown color: approx Mindaro. HEX triplet: D9, EF and 84. RGB value is (217,239,132). Sum of RGB (Red+Green+Blue) = 217+239+132=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EF84 is #26107B. Grayscale: #DCDCDC. Windows color (decimal): -2494588 or 8712153. OLE color: 8712153.

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

Color convert

RGB217239132-
CMYK0.0900.450.06
HSL72.34º76.98%72.75%-
HSV(B)72.34º44.77%93.73%-
XYZ63.6578.1533.56-
YUV220.2278.21125.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 132 (51.95% from 255) = 22.45%
R=36.90%
G=40.65%
B=22.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391320.0900.450.0672.3476.9872.75
HexD9EF84902D6484d49
Octal331357204110556110115111
Binary11011001111011111000010010010101101110100100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EF84; }

 p { color: rgb(217,239,132); }

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

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

 a { background-color: rgb(217,239,132); }

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

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

 span { border-color: rgb(217,239,132); }

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