#DEE475

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

Shades of Mindaro #DEE475

Tints of Mindaro #DEE475

Color information

#DEE475 (or 0xDEE475) is unknown color: approx Mindaro. HEX triplet: DE, E4 and 75. RGB value is (222,228,117). Sum of RGB (Red+Green+Blue) = 222+228+117=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE475 is #211B8A. Grayscale: #D5D5D5. Windows color (decimal): -2169739 or 7726302. OLE color: 7726302.

HSL color Cylindrical-coordinate representation of color #DEE475: hue angle of 63.24º 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 #DEE475 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB222228117-
CMYK0.0300.490.11
HSL63.24º67.27%67.65%-
HSV(B)63.24º48.68%89.41%-
XYZ61.0872.327.57-
YUV213.5573.51134.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 117 (46.09% from 255) = 20.63%
R=39.15%
G=40.21%
B=20.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281170.0300.490.1163.2467.2767.65
HexDEE4753031B3f4344
Octal33634416530611377103104
Binary11011110111001001110101110110001101111111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE475; }

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

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

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

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

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

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

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

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