Shades of Honeysuckle #DBF252
Tints of Honeysuckle #DBF252
RGB
CMYK
RGB Variations
Color information
#DBF252 (or 0xDBF252) is known color: Honeysuckle. HEX triplet: DB, F2 and 52. RGB value is (219,242,82). Sum of RGB (Red+Green+Blue) = 219+242+82=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF252 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF252 is #240DAD. Grayscale: #D9D9D9. Windows color (decimal): -2362798 or 5436123. OLE color: 5436123.
HSL color Cylindrical-coordinate representation of color #DBF252: hue angle of 68.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBF252 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 82 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.05 |
| HSL | 68.63º | 0.86% | 0.64% | - |
| HSV(B) | 68.63º | 0.66% | 0.95% | - |
| XYZ | 62.49 | 79.17 | 19.97 | - |
| YUV | 216.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 82 | 0.10 | 0 | 0.66 | 0.05 | 68.63 | 0.86 | 0.64 |
| Hex | DB | F2 | 52 | A | 0 | 42 | 5 | 45 | 56 | 40 |
| Octal | 333 | 362 | 122 | 12 | 0 | 102 | 5 | 105 | 126 | 100 |
| Binary | 11011011 | 11110010 | 1010010 | 1010 | 0 | 1000010 | 101 | 1000101 | 1010110 | 1000000 |
Color Harmonies of #DBF252
Complementary color
Monochromatic Colors of #DBF252
Black with #DBF252
Text Example
Text Example
White with #DBF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF252; }
p { color: rgb(219,242,82); }
H1.HeaderClassName
{
color: #DBF252;
}
.AnyTagClassName
{
color: #DBF252;
}
</style>
background-color css
<style>
a { background-color: #DBF252; }
a { background-color: rgb(219,242,82); }
div.DivClassName
{
background-color: #DBF252;
}
.BgClassName
{
background-color: #DBF252;
}
</style>
border-color css
<style>
span { border-color: #DBF252; }
span { border-color: rgb(219,242,82); }
td.TdClassName
{
border-color: #DBF252;
}
.TagClassName
{
border-color: #DBF252;
}
</style>