#D9E475

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

Shades of Mindaro #D9E475

Tints of Mindaro #D9E475

Color information

#D9E475 (or 0xD9E475) is unknown color: approx Mindaro. HEX triplet: D9, E4 and 75. RGB value is (217,228,117). Sum of RGB (Red+Green+Blue) = 217+228+117=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E475 is #261B8A. Grayscale: #D4D4D4. Windows color (decimal): -2497419 or 7726297. OLE color: 7726297.

HSL color Cylindrical-coordinate representation of color #D9E475: hue angle of 65.95º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9E475 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB217228117-
CMYK0.0500.490.11
HSL65.95º67.27%67.65%-
HSV(B)65.95º48.68%89.41%-
XYZ59.5771.5227.5-
YUV212.0674.36131.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 228 (89.45% from 255) = 40.57%
BLUE value IS 117 (46.09% from 255) = 20.82%
R=38.61%
G=40.57%
B=20.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172281170.0500.490.1165.9567.2767.65
HexD9E4755031B424344
Octal331344165506113102103104
Binary1101100111100100111010110101100011011100001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E475; }

 p { color: rgb(217,228,117); }

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

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

 a { background-color: rgb(217,228,117); }

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

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

 span { border-color: rgb(217,228,117); }

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