Shades of Honeysuckle #DBFF4B
Tints of Honeysuckle #DBFF4B
RGB
CMYK
RGB Variations
Color information
#DBFF4B (or 0xDBFF4B) is known color: Honeysuckle. HEX triplet: DB, FF and 4B. RGB value is (219,255,75). Sum of RGB (Red+Green+Blue) = 219+255+75=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF4B is #2400B4. Grayscale: #E0E0E0. Windows color (decimal): -2359477 or 4980699. OLE color: 4980699.
HSL color Cylindrical-coordinate representation of color #DBFF4B: hue angle of 72º 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 #DBFF4B is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 75 | - |
| CMYK | 0.14 | 0 | 0.71 | 0 |
| HSL | 72º | 1% | 0.65% | - |
| HSV(B) | 72º | 0.71% | 1% | - |
| XYZ | 66.24 | 87.09 | 19.97 | - |
| YUV | 223.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 75 | 0.14 | 0 | 0.71 | 0 | 72 | 1 | 0.65 |
| Hex | DB | FF | 4B | E | 0 | 47 | 0 | 48 | 64 | 41 |
| Octal | 333 | 377 | 113 | 16 | 0 | 107 | 0 | 110 | 144 | 101 |
| Binary | 11011011 | 11111111 | 1001011 | 1110 | 0 | 1000111 | 0 | 1001000 | 1100100 | 1000001 |
Color Harmonies of #DBFF4B
Complementary color
Monochromatic Colors of #DBFF4B
Black with #DBFF4B
Text Example
Text Example
White with #DBFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF4B; }
p { color: rgb(219,255,75); }
H1.HeaderClassName
{
color: #DBFF4B;
}
.AnyTagClassName
{
color: #DBFF4B;
}
</style>
background-color css
<style>
a { background-color: #DBFF4B; }
a { background-color: rgb(219,255,75); }
div.DivClassName
{
background-color: #DBFF4B;
}
.BgClassName
{
background-color: #DBFF4B;
}
</style>
border-color css
<style>
span { border-color: #DBFF4B; }
span { border-color: rgb(219,255,75); }
td.TdClassName
{
border-color: #DBFF4B;
}
.TagClassName
{
border-color: #DBFF4B;
}
</style>