#DEE650

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

Shades of Manz #DEE650

Tints of Manz #DEE650

Color information

#DEE650 (or 0xDEE650) is unknown color: approx Manz. HEX triplet: DE, E6 and 50. RGB value is (222,230,80). Sum of RGB (Red+Green+Blue) = 222+230+80=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE650 is #2119AF. Grayscale: #D3D3D3. Windows color (decimal): -2169264 or 5301982. OLE color: 5301982.

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

Color convert

RGB22223080-
CMYK0.0300.650.10
HSL63.2º75%60.78%-
HSV(B)63.2º65.22%90.2%-
XYZ59.8772.718.47-
YUV210.5154.35136.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 230 (90.23% from 255) = 43.23%
BLUE value IS 80 (31.64% from 255) = 15.04%
R=41.73%
G=43.23%
B=15.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222230800.0300.650.1063.27560.78
HexDEE6503041A3f4b3d
Octal33634612030101127711375
Binary11011110111001101010000110100000110101111111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE650; }

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

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

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

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

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

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

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

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