Shades of Honeysuckle #DBFD52
Tints of Honeysuckle #DBFD52
RGB
CMYK
RGB Variations
Color information
#DBFD52 (or 0xDBFD52) is known color: Honeysuckle. HEX triplet: DB, FD and 52. RGB value is (219,253,82). Sum of RGB (Red+Green+Blue) = 219+253+82=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD52 is #2402AD. Grayscale: #DFDFDF. Windows color (decimal): -2359982 or 5438939. OLE color: 5438939.
HSL color Cylindrical-coordinate representation of color #DBFD52: hue angle of 71.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBFD52 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 82 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.01 |
| HSL | 71.93º | 0.98% | 0.66% | - |
| HSV(B) | 71.93º | 0.68% | 0.99% | - |
| XYZ | 65.86 | 85.92 | 21.1 | - |
| YUV | 223.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 82 | 0.13 | 0 | 0.68 | 0.01 | 71.93 | 0.98 | 0.66 |
| Hex | DB | FD | 52 | D | 0 | 44 | 1 | 48 | 62 | 42 |
| Octal | 333 | 375 | 122 | 15 | 0 | 104 | 1 | 110 | 142 | 102 |
| Binary | 11011011 | 11111101 | 1010010 | 1101 | 0 | 1000100 | 1 | 1001000 | 1100010 | 1000010 |
Color Harmonies of #DBFD52
Complementary color
Monochromatic Colors of #DBFD52
Black with #DBFD52
Text Example
Text Example
White with #DBFD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD52; }
p { color: rgb(219,253,82); }
H1.HeaderClassName
{
color: #DBFD52;
}
.AnyTagClassName
{
color: #DBFD52;
}
</style>
background-color css
<style>
a { background-color: #DBFD52; }
a { background-color: rgb(219,253,82); }
div.DivClassName
{
background-color: #DBFD52;
}
.BgClassName
{
background-color: #DBFD52;
}
</style>
border-color css
<style>
span { border-color: #DBFD52; }
span { border-color: rgb(219,253,82); }
td.TdClassName
{
border-color: #DBFD52;
}
.TagClassName
{
border-color: #DBFD52;
}
</style>