Shades of Honeysuckle #DBFF4A
Tints of Honeysuckle #DBFF4A
RGB
CMYK
RGB Variations
Color information
#DBFF4A (or 0xDBFF4A) is known color: Honeysuckle. HEX triplet: DB, FF and 4A. RGB value is (219,255,74). Sum of RGB (Red+Green+Blue) = 219+255+74=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF4A is #2400B5. Grayscale: #E0E0E0. Windows color (decimal): -2359478 or 4915163. OLE color: 4915163.
HSL color Cylindrical-coordinate representation of color #DBFF4A: hue angle of 71.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBFF4A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 74 | - |
| CMYK | 0.14 | 0 | 0.71 | 0 |
| HSL | 71.93º | 1% | 0.65% | - |
| HSV(B) | 71.93º | 0.71% | 1% | - |
| XYZ | 66.21 | 87.07 | 19.8 | - |
| YUV | 223.6 | 43.57 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 74 | 0.14 | 0 | 0.71 | 0 | 71.93 | 1 | 0.65 |
| Hex | DB | FF | 4A | E | 0 | 47 | 0 | 48 | 64 | 41 |
| Octal | 333 | 377 | 112 | 16 | 0 | 107 | 0 | 110 | 144 | 101 |
| Binary | 11011011 | 11111111 | 1001010 | 1110 | 0 | 1000111 | 0 | 1001000 | 1100100 | 1000001 |
Color Harmonies of #DBFF4A
Complementary color
Monochromatic Colors of #DBFF4A
Black with #DBFF4A
Text Example
Text Example
White with #DBFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF4A; }
p { color: rgb(219,255,74); }
H1.HeaderClassName
{
color: #DBFF4A;
}
.AnyTagClassName
{
color: #DBFF4A;
}
</style>
background-color css
<style>
a { background-color: #DBFF4A; }
a { background-color: rgb(219,255,74); }
div.DivClassName
{
background-color: #DBFF4A;
}
.BgClassName
{
background-color: #DBFF4A;
}
</style>
border-color css
<style>
span { border-color: #DBFF4A; }
span { border-color: rgb(219,255,74); }
td.TdClassName
{
border-color: #DBFF4A;
}
.TagClassName
{
border-color: #DBFF4A;
}
</style>