Shades of Honeysuckle #DBFC53
Tints of Honeysuckle #DBFC53
RGB
CMYK
RGB Variations
Color information
#DBFC53 (or 0xDBFC53) is known color: Honeysuckle. HEX triplet: DB, FC and 53. RGB value is (219,252,83). Sum of RGB (Red+Green+Blue) = 219+252+83=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 83 (32.81% from 255 or 14.98% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC53 is #2403AC. Grayscale: #DFDFDF. Windows color (decimal): -2360237 or 5504219. OLE color: 5504219.
HSL color Cylindrical-coordinate representation of color #DBFC53: hue angle of 71.72º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBFC53 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 83 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.01 |
| HSL | 71.72º | 0.97% | 0.66% | - |
| HSV(B) | 71.72º | 0.67% | 0.99% | - |
| XYZ | 65.59 | 85.31 | 21.19 | - |
| YUV | 222.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 83 | 0.13 | 0 | 0.67 | 0.01 | 71.72 | 0.97 | 0.66 |
| Hex | DB | FC | 53 | D | 0 | 43 | 1 | 48 | 61 | 42 |
| Octal | 333 | 374 | 123 | 15 | 0 | 103 | 1 | 110 | 141 | 102 |
| Binary | 11011011 | 11111100 | 1010011 | 1101 | 0 | 1000011 | 1 | 1001000 | 1100001 | 1000010 |
Color Harmonies of #DBFC53
Complementary color
Monochromatic Colors of #DBFC53
Black with #DBFC53
Text Example
Text Example
White with #DBFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC53; }
p { color: rgb(219,252,83); }
H1.HeaderClassName
{
color: #DBFC53;
}
.AnyTagClassName
{
color: #DBFC53;
}
</style>
background-color css
<style>
a { background-color: #DBFC53; }
a { background-color: rgb(219,252,83); }
div.DivClassName
{
background-color: #DBFC53;
}
.BgClassName
{
background-color: #DBFC53;
}
</style>
border-color css
<style>
span { border-color: #DBFC53; }
span { border-color: rgb(219,252,83); }
td.TdClassName
{
border-color: #DBFC53;
}
.TagClassName
{
border-color: #DBFC53;
}
</style>