#DBE94C

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

Shades of Manz #DBE94C

Tints of Manz #DBE94C

Color information

#DBE94C (or 0xDBE94C) is unknown color: approx Manz. HEX triplet: DB, E9 and 4C. RGB value is (219,233,76). Sum of RGB (Red+Green+Blue) = 219+233+76=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE94C is #2416B3. Grayscale: #D3D3D3. Windows color (decimal): -2365108 or 5040603. OLE color: 5040603.

HSL color Cylindrical-coordinate representation of color #DBE94C: hue angle of 65.35º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE94C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB21923376-
CMYK0.0600.670.09
HSL65.35º78.11%60.59%-
HSV(B)65.35º67.38%91.37%-
XYZ59.6673.8617.95-
YUV210.9251.86133.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 76 (30.08% from 255) = 14.39%
R=41.48%
G=44.13%
B=14.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal219233760.0600.670.0965.3578.1160.59
HexDBE94C60439414e3d
Octal333351114601031110111675
Binary1101101111101001100110011001000011100110000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE94C; }

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

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

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

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

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

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

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

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