#DEE870

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

Shades of Mindaro #DEE870

Tints of Mindaro #DEE870

Color information

#DEE870 (or 0xDEE870) is unknown color: approx Mindaro. HEX triplet: DE, E8 and 70. RGB value is (222,232,112). Sum of RGB (Red+Green+Blue) = 222+232+112=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE870 is #21178F. Grayscale: #D7D7D7. Windows color (decimal): -2168720 or 7399646. OLE color: 7399646.

HSL color Cylindrical-coordinate representation of color #DEE870: hue angle of 65º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE870 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB222232112-
CMYK0.0400.520.09
HSL65º72.29%67.45%-
HSV(B)65º51.72%90.98%-
XYZ61.9174.4126.43-
YUV215.3369.69132.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 232 (91.02% from 255) = 40.99%
BLUE value IS 112 (44.14% from 255) = 19.79%
R=39.22%
G=40.99%
B=19.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321120.0400.520.096572.2967.45
HexDEE87040349414843
Octal336350160406411101110103
Binary1101111011101000111000010001101001001100000110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE870; }

 p { color: rgb(222,232,112); }

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

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

 a { background-color: rgb(222,232,112); }

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

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

 span { border-color: rgb(222,232,112); }

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