#DEEE52

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

Shades of Manz #DEEE52

Tints of Manz #DEEE52

Color information

#DEEE52 (or 0xDEEE52) is unknown color: approx Manz. HEX triplet: DE, EE and 52. RGB value is (222,238,82). Sum of RGB (Red+Green+Blue) = 222+238+82=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE52 is #2111AD. Grayscale: #D8D8D8. Windows color (decimal): -2167214 or 5435102. OLE color: 5435102.

HSL color Cylindrical-coordinate representation of color #DEEE52: hue angle of 66.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEEE52 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB22223882-
CMYK0.0700.660.07
HSL66.15º82.11%62.75%-
HSV(B)66.15º65.55%93.33%-
XYZ62.2277.2919.62-
YUV215.4352.7132.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 238 (93.36% from 255) = 43.91%
BLUE value IS 82 (32.42% from 255) = 15.13%
R=40.96%
G=43.91%
B=15.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222238820.0700.660.0766.1582.1162.75
HexDEEE527042742523f
Octal33635612270102710212277
Binary110111101110111010100101110100001011110000101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEE52; }

 p { color: rgb(222,238,82); }

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

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

 a { background-color: rgb(222,238,82); }

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

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

 span { border-color: rgb(222,238,82); }

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