#DEE14D

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

Shades of Manz #DEE14D

Tints of Manz #DEE14D

Color information

#DEE14D (or 0xDEE14D) is unknown color: approx Manz. HEX triplet: DE, E1 and 4D. RGB value is (222,225,77). Sum of RGB (Red+Green+Blue) = 222+225+77=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE14D is #211EB2. Grayscale: #CFCFCF. Windows color (decimal): -2170547 or 5104094. OLE color: 5104094.

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

Color convert

RGB22222577-
CMYK0.0100.660.12
HSL61.22º71.15%59.22%-
HSV(B)61.22º65.78%88.24%-
XYZ58.3969.9217.44-
YUV207.2354.51138.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 77 (30.47% from 255) = 14.69%
R=42.37%
G=42.94%
B=14.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222225770.0100.660.1261.2271.1559.22
HexDEE14D1042C3d473b
Octal33634111510102147510773
Binary1101111011100001100110110100001011001111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE14D; }

 p { color: rgb(222,225,77); }

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

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

 a { background-color: rgb(222,225,77); }

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

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

 span { border-color: rgb(222,225,77); }

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