#dbff4c

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

Shades of Honeysuckle #DBFF4C

Tints of Honeysuckle #DBFF4C

Color information

#DBFF4C (or 0xDBFF4C) is unknown color: approx Honeysuckle. HEX triplet: DB, FF and 4C. RGB value is (219,255,76). Sum of RGB (Red+Green+Blue) = 219+255+76=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 76 (30.08% from 255 or 13.82% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF4C is #2400B3. Grayscale: #E0E0E0. Windows color (decimal): -2359476 or 5046235. OLE color: 5046235.

HSL color Cylindrical-coordinate representation of color #DBFF4C: hue angle of 72.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBFF4C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB21925576-
CMYK0.1400.700
HSL72.07º100%64.9%-
HSV(B)72.07º70.2%100%-
XYZ66.2887.120.16-
YUV223.8344.57124.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 76 (30.08% from 255) = 13.82%
R=39.82%
G=46.36%
B=13.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal219255760.1400.70072.0710064.9
HexDBFF4CE0460486441
Octal3333771141601060110144101
Binary110110111111111110011001110010001100100100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbff4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbff4c; }

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

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

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

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

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

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

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

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