#DEE24D

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

Shades of Manz #DEE24D

Tints of Manz #DEE24D

Color information

#DEE24D (or 0xDEE24D) is unknown color: approx Manz. HEX triplet: DE, E2 and 4D. RGB value is (222,226,77). Sum of RGB (Red+Green+Blue) = 222+226+77=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE24D is #211DB2. Grayscale: #D0D0D0. Windows color (decimal): -2170291 or 5104350. OLE color: 5104350.

HSL color Cylindrical-coordinate representation of color #DEE24D: hue angle of 61.61º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE24D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB22222677-
CMYK0.0200.660.11
HSL61.61º71.98%59.41%-
HSV(B)61.61º65.93%88.63%-
XYZ58.6670.4617.53-
YUV207.8254.17138.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 226 (88.67% from 255) = 43.05%
BLUE value IS 77 (30.47% from 255) = 14.67%
R=42.29%
G=43.05%
B=14.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222226770.0200.660.1161.6171.9859.41
HexDEE24D2042B3e483b
Octal33634211520102137611073
Binary11011110111000101001101100100001010111111101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE24D; }

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

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

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

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

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

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

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

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