#DEEE50

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

Shades of Manz #DEEE50

Tints of Manz #DEEE50

Color information

#DEEE50 (or 0xDEEE50) is unknown color: approx Manz. HEX triplet: DE, EE and 50. RGB value is (222,238,80). Sum of RGB (Red+Green+Blue) = 222+238+80=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE50 is #2111AF. Grayscale: #D7D7D7. Windows color (decimal): -2167216 or 5304030. OLE color: 5304030.

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

Color convert

RGB22223880-
CMYK0.0700.660.07
HSL66.08º82.29%62.35%-
HSV(B)66.08º66.39%93.33%-
XYZ62.1577.2619.23-
YUV215.251.7132.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 238 (93.36% from 255) = 44.07%
BLUE value IS 80 (31.64% from 255) = 14.81%
R=41.11%
G=44.07%
B=14.81%

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
Decimal222238800.0700.660.0766.0882.2962.35
HexDEEE507042742523e
Octal33635612070102710212276
Binary110111101110111010100001110100001011110000101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEE50; }

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

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

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

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

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

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

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

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