Shades of Honeysuckle #DBF752
Tints of Honeysuckle #DBF752
RGB
CMYK
RGB Variations
Color information
#DBF752 (or 0xDBF752) is known color: Honeysuckle. HEX triplet: DB, F7 and 52. RGB value is (219,247,82). Sum of RGB (Red+Green+Blue) = 219+247+82=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF752 is #2408AD. Grayscale: #DCDCDC. Windows color (decimal): -2361518 or 5437403. OLE color: 5437403.
HSL color Cylindrical-coordinate representation of color #DBF752: hue angle of 70.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF752 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 82 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.03 |
| HSL | 70.18º | 0.91% | 0.65% | - |
| HSV(B) | 70.18º | 0.67% | 0.97% | - |
| XYZ | 64 | 82.19 | 20.47 | - |
| YUV | 219.82 | 50.22 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 82 | 0.11 | 0 | 0.67 | 0.03 | 70.18 | 0.91 | 0.65 |
| Hex | DB | F7 | 52 | B | 0 | 43 | 3 | 46 | 5B | 41 |
| Octal | 333 | 367 | 122 | 13 | 0 | 103 | 3 | 106 | 133 | 101 |
| Binary | 11011011 | 11110111 | 1010010 | 1011 | 0 | 1000011 | 11 | 1000110 | 1011011 | 1000001 |
Color Harmonies of #DBF752
Complementary color
Monochromatic Colors of #DBF752
Black with #DBF752
Text Example
Text Example
White with #DBF752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF752; }
p { color: rgb(219,247,82); }
H1.HeaderClassName
{
color: #DBF752;
}
.AnyTagClassName
{
color: #DBF752;
}
</style>
background-color css
<style>
a { background-color: #DBF752; }
a { background-color: rgb(219,247,82); }
div.DivClassName
{
background-color: #DBF752;
}
.BgClassName
{
background-color: #DBF752;
}
</style>
border-color css
<style>
span { border-color: #DBF752; }
span { border-color: rgb(219,247,82); }
td.TdClassName
{
border-color: #DBF752;
}
.TagClassName
{
border-color: #DBF752;
}
</style>