#DEE04E

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

Shades of Manz #DEE04E

Tints of Manz #DEE04E

Color information

#DEE04E (or 0xDEE04E) is unknown color: approx Manz. HEX triplet: DE, E0 and 4E. RGB value is (222,224,78). Sum of RGB (Red+Green+Blue) = 222+224+78=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE04E is #211FB1. Grayscale: #CFCFCF. Windows color (decimal): -2170802 or 5169374. OLE color: 5169374.

HSL color Cylindrical-coordinate representation of color #DEE04E: hue angle of 60.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE04E is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB22222478-
CMYK0.0100.650.12
HSL60.82º70.19%59.22%-
HSV(B)60.82º65.18%87.84%-
XYZ58.1669.3917.54-
YUV206.7655.34138.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 78 (30.86% from 255) = 14.89%
R=42.37%
G=42.75%
B=14.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222224780.0100.650.1260.8270.1959.22
HexDEE04E1041C3d463b
Octal33634011610101147510673
Binary1101111011100000100111010100000111001111011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE04E; }

 p { color: rgb(222,224,78); }

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

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

 a { background-color: rgb(222,224,78); }

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

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

 span { border-color: rgb(222,224,78); }

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