#DEE86A

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

Shades of Mindaro #DEE86A

Tints of Mindaro #DEE86A

Color information

#DEE86A (or 0xDEE86A) is unknown color: approx Mindaro. HEX triplet: DE, E8 and 6A. RGB value is (222,232,106). Sum of RGB (Red+Green+Blue) = 222+232+106=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE86A is #211795. Grayscale: #D7D7D7. Windows color (decimal): -2168726 or 7006430. OLE color: 7006430.

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

Color convert

RGB222232106-
CMYK0.0400.540.09
HSL64.76º73.26%66.27%-
HSV(B)64.76º54.31%90.98%-
XYZ61.5874.2824.73-
YUV214.6566.69133.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 232 (91.02% from 255) = 41.43%
BLUE value IS 106 (41.80% from 255) = 18.93%
R=39.64%
G=41.43%
B=18.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321060.0400.540.0964.7673.2666.27
HexDEE86A40369414942
Octal336350152406611101111102
Binary1101111011101000110101010001101101001100000110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE86A; }

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

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

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

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

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

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

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

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