#DEE54A

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

Shades of Manz #DEE54A

Tints of Manz #DEE54A

Color information

#DEE54A (or 0xDEE54A) is unknown color: approx Manz. HEX triplet: DE, E5 and 4A. RGB value is (222,229,74). Sum of RGB (Red+Green+Blue) = 222+229+74=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE54A is #211AB5. Grayscale: #D1D1D1. Windows color (decimal): -2169526 or 4908510. OLE color: 4908510.

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

Color convert

RGB22222974-
CMYK0.0300.680.10
HSL62.71º74.88%59.41%-
HSV(B)62.71º67.69%89.8%-
XYZ59.3872.0617.26-
YUV209.2451.68137.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 229 (89.84% from 255) = 43.62%
BLUE value IS 74 (29.30% from 255) = 14.10%
R=42.29%
G=43.62%
B=14.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222229740.0300.680.1062.7174.8859.41
HexDEE54A3044A3f4b3b
Octal33634511230104127711373
Binary11011110111001011001010110100010010101111111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE54A; }

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

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

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

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

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

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

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

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