#D9E984

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

Shades of Mindaro #D9E984

Tints of Mindaro #D9E984

Color information

#D9E984 (or 0xD9E984) is unknown color: approx Mindaro. HEX triplet: D9, E9 and 84. RGB value is (217,233,132). Sum of RGB (Red+Green+Blue) = 217+233+132=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E984 is #26167B. Grayscale: #D9D9D9. Windows color (decimal): -2496124 or 8710617. OLE color: 8710617.

HSL color Cylindrical-coordinate representation of color #D9E984: hue angle of 69.5º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9E984 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB217233132-
CMYK0.0700.430.09
HSL69.5º69.66%71.57%-
HSV(B)69.5º43.35%91.37%-
XYZ61.9274.732.98-
YUV216.780.2128.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 132 (51.95% from 255) = 22.68%
R=37.29%
G=40.03%
B=22.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172331320.0700.430.0969.569.6671.57
HexD9E984702B9464648
Octal331351204705311106106110
Binary11011001111010011000010011101010111001100011010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E984; }

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

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

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

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

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

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

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

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