#D9EC7A

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

Shades of Mindaro #D9EC7A

Tints of Mindaro #D9EC7A

Color information

#D9EC7A (or 0xD9EC7A) is unknown color: approx Mindaro. HEX triplet: D9, EC and 7A. RGB value is (217,236,122). Sum of RGB (Red+Green+Blue) = 217+236+122=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC7A is #261385. Grayscale: #D9D9D9. Windows color (decimal): -2495366 or 8056025. OLE color: 8056025.

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

Color convert

RGB217236122-
CMYK0.0800.480.07
HSL70º75%70.2%-
HSV(B)70º48.31%92.55%-
XYZ62.1276.1529.84-
YUV217.3274.21127.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 122 (48.05% from 255) = 21.22%
R=37.74%
G=41.04%
B=21.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361220.0800.480.07707570.2
HexD9EC7A80307464b46
Octal331354172100607106113106
Binary1101100111101100111101010000110000111100011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EC7A; }

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

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

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

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

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

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

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

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