#DBF14C

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

Shades of Manz #DBF14C

Tints of Manz #DBF14C

Color information

#DBF14C (or 0xDBF14C) is unknown color: approx Manz. HEX triplet: DB, F1 and 4C. RGB value is (219,241,76). Sum of RGB (Red+Green+Blue) = 219+241+76=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF14C is #240EB3. Grayscale: #D8D8D8. Windows color (decimal): -2363060 or 5042651. OLE color: 5042651.

HSL color Cylindrical-coordinate representation of color #DBF14C: hue angle of 68º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBF14C is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB21924176-
CMYK0.0900.680.05
HSL68º85.49%62.16%-
HSV(B)68º68.46%94.51%-
XYZ61.9778.4918.72-
YUV215.6149.21130.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 76 (30.08% from 255) = 14.18%
R=40.86%
G=44.96%
B=14.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219241760.0900.680.056885.4962.16
HexDBF14C9044544553e
Octal333361114110104510412576
Binary1101101111110001100110010010100010010110001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF14C; }

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

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

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

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

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

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

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

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