Shades of Honeysuckle #DBFA4D
Tints of Honeysuckle #DBFA4D
RGB
CMYK
RGB Variations
Color information
#DBFA4D (or 0xDBFA4D) is known color: Honeysuckle. HEX triplet: DB, FA and 4D. RGB value is (219,250,77). Sum of RGB (Red+Green+Blue) = 219+250+77=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA4D is #2405B2. Grayscale: #DDDDDD. Windows color (decimal): -2360755 or 5110491. OLE color: 5110491.
HSL color Cylindrical-coordinate representation of color #DBFA4D: hue angle of 70.75º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBFA4D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 77 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.02 |
| HSL | 70.75º | 0.95% | 0.64% | - |
| HSV(B) | 70.75º | 0.69% | 0.98% | - |
| XYZ | 64.74 | 83.97 | 19.82 | - |
| YUV | 221.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 77 | 0.12 | 0 | 0.69 | 0.02 | 70.75 | 0.95 | 0.64 |
| Hex | DB | FA | 4D | C | 0 | 45 | 2 | 47 | 5F | 40 |
| Octal | 333 | 372 | 115 | 14 | 0 | 105 | 2 | 107 | 137 | 100 |
| Binary | 11011011 | 11111010 | 1001101 | 1100 | 0 | 1000101 | 10 | 1000111 | 1011111 | 1000000 |
Color Harmonies of #DBFA4D
Complementary color
Monochromatic Colors of #DBFA4D
Black with #DBFA4D
Text Example
Text Example
White with #DBFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA4D; }
p { color: rgb(219,250,77); }
H1.HeaderClassName
{
color: #DBFA4D;
}
.AnyTagClassName
{
color: #DBFA4D;
}
</style>
background-color css
<style>
a { background-color: #DBFA4D; }
a { background-color: rgb(219,250,77); }
div.DivClassName
{
background-color: #DBFA4D;
}
.BgClassName
{
background-color: #DBFA4D;
}
</style>
border-color css
<style>
span { border-color: #DBFA4D; }
span { border-color: rgb(219,250,77); }
td.TdClassName
{
border-color: #DBFA4D;
}
.TagClassName
{
border-color: #DBFA4D;
}
</style>