#DBE54C

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

Shades of Manz #DBE54C

Tints of Manz #DBE54C

Color information

#DBE54C (or 0xDBE54C) is unknown color: approx Manz. HEX triplet: DB, E5 and 4C. RGB value is (219,229,76). Sum of RGB (Red+Green+Blue) = 219+229+76=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE54C is #241AB3. Grayscale: #D1D1D1. Windows color (decimal): -2366132 or 5039579. OLE color: 5039579.

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

Color convert

RGB21922976-
CMYK0.0400.670.10
HSL63.92º74.63%59.8%-
HSV(B)63.92º66.81%89.8%-
XYZ58.5471.6217.58-
YUV208.5753.19135.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 229 (89.84% from 255) = 43.70%
BLUE value IS 76 (30.08% from 255) = 14.50%
R=41.79%
G=43.70%
B=14.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219229760.0400.670.1063.9274.6359.8
HexDBE54C4043A404b3c
Octal333345114401031210011374
Binary1101101111100101100110010001000011101010000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE54C; }

 p { color: rgb(219,229,76); }

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

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

 a { background-color: rgb(219,229,76); }

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

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

 span { border-color: rgb(219,229,76); }

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