#D9EC84

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

Shades of Mindaro #D9EC84

Tints of Mindaro #D9EC84

Color information

#D9EC84 (or 0xD9EC84) is unknown color: approx Mindaro. HEX triplet: D9, EC and 84. RGB value is (217,236,132). Sum of RGB (Red+Green+Blue) = 217+236+132=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EC84 is #26137B. Grayscale: #DADADA. Windows color (decimal): -2495356 or 8711385. OLE color: 8711385.

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

Color convert

RGB217236132-
CMYK0.0800.440.07
HSL70.96º73.24%72.16%-
HSV(B)70.96º44.07%92.55%-
XYZ62.7876.4133.27-
YUV218.4679.21126.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=37.09%
G=40.34%
B=22.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361320.0800.440.0770.9673.2472.16
HexD9EC84802C7474948
Octal331354204100547107111110
Binary11011001111011001000010010000101100111100011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EC84; }

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

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

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

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

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

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

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

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