#D9E570

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

Shades of Mindaro #D9E570

Tints of Mindaro #D9E570

Color information

#D9E570 (or 0xD9E570) is unknown color: approx Mindaro. HEX triplet: D9, E5 and 70. RGB value is (217,229,112). Sum of RGB (Red+Green+Blue) = 217+229+112=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E570 is #261A8F. Grayscale: #D4D4D4. Windows color (decimal): -2497168 or 7398873. OLE color: 7398873.

HSL color Cylindrical-coordinate representation of color #D9E570: hue angle of 66.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9E570 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB217229112-
CMYK0.0500.510.10
HSL66.15º69.23%66.86%-
HSV(B)66.15º51.09%89.8%-
XYZ59.5671.9626.08-
YUV212.0771.52131.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 112 (44.14% from 255) = 20.07%
R=38.89%
G=41.04%
B=20.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172291120.0500.510.1066.1569.2366.86
HexD9E5705033A424543
Octal331345160506312102105103
Binary1101100111100101111000010101100111010100001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E570; }

 p { color: rgb(217,229,112); }

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

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

 a { background-color: rgb(217,229,112); }

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

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

 span { border-color: rgb(217,229,112); }

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