#D9EA7C

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

Shades of Mindaro #D9EA7C

Tints of Mindaro #D9EA7C

Color information

#D9EA7C (or 0xD9EA7C) is unknown color: approx Mindaro. HEX triplet: D9, EA and 7C. RGB value is (217,234,124). Sum of RGB (Red+Green+Blue) = 217+234+124=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EA7C is #261583. Grayscale: #D8D8D8. Windows color (decimal): -2495876 or 8186585. OLE color: 8186585.

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

Color convert

RGB217234124-
CMYK0.0700.470.08
HSL69.27º72.37%70.2%-
HSV(B)69.27º47.01%91.76%-
XYZ61.6875.0530.3-
YUV216.3875.87128.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 124 (48.83% from 255) = 21.57%
R=37.74%
G=40.70%
B=21.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172341240.0700.470.0869.2772.3770.2
HexD9EA7C702F8454846
Octal331352174705710105110106
Binary1101100111101010111110011101011111000100010110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EA7C; }

 p { color: rgb(217,234,124); }

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

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

 a { background-color: rgb(217,234,124); }

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

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

 span { border-color: rgb(217,234,124); }

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