#DEE57D

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

Shades of Mindaro #DEE57D

Tints of Mindaro #DEE57D

Color information

#DEE57D (or 0xDEE57D) is unknown color: approx Mindaro. HEX triplet: DE, E5 and 7D. RGB value is (222,229,125). Sum of RGB (Red+Green+Blue) = 222+229+125=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE57D is #211A82. Grayscale: #D7D7D7. Windows color (decimal): -2169475 or 8250846. OLE color: 8250846.

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

Color convert

RGB222229125-
CMYK0.0300.450.10
HSL64.04º66.67%69.41%-
HSV(B)64.04º45.41%89.8%-
XYZ61.8573.0530.24-
YUV215.0577.18132.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 125 (49.22% from 255) = 21.70%
R=38.54%
G=39.76%
B=21.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222291250.0300.450.1064.0466.6769.41
HexDEE57D302DA404345
Octal336345175305512100103105
Binary110111101110010111111011101011011010100000010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE57D; }

 p { color: rgb(222,229,125); }

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

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

 a { background-color: rgb(222,229,125); }

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

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

 span { border-color: rgb(222,229,125); }

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