#DEE46A

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

Shades of Mindaro #DEE46A

Tints of Mindaro #DEE46A

Color information

#DEE46A (or 0xDEE46A) is unknown color: approx Mindaro. HEX triplet: DE, E4 and 6A. RGB value is (222,228,106). Sum of RGB (Red+Green+Blue) = 222+228+106=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE46A is #211B95. Grayscale: #D4D4D4. Windows color (decimal): -2169750 or 7005406. OLE color: 7005406.

HSL color Cylindrical-coordinate representation of color #DEE46A: hue angle of 62.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE46A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB222228106-
CMYK0.0300.540.11
HSL62.95º69.32%65.49%-
HSV(B)62.95º53.51%89.41%-
XYZ60.4772.0624.36-
YUV212.368.01134.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 106 (41.80% from 255) = 19.06%
R=39.93%
G=41.01%
B=19.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281060.0300.540.1162.9569.3265.49
HexDEE46A3036B3f4541
Octal33634415230661377105101
Binary11011110111001001101010110110110101111111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE46A; }

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

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

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

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

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

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

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

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