Shades of Honeysuckle #DBF250
Tints of Honeysuckle #DBF250
RGB
CMYK
RGB Variations
Color information
#DBF250 (or 0xDBF250) is known color: Honeysuckle. HEX triplet: DB, F2 and 50. RGB value is (219,242,80). Sum of RGB (Red+Green+Blue) = 219+242+80=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF250 is #240DAF. Grayscale: #D9D9D9. Windows color (decimal): -2362800 or 5305051. OLE color: 5305051.
HSL color Cylindrical-coordinate representation of color #DBF250: hue angle of 68.52º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF250 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 80 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.05 |
| HSL | 68.52º | 0.86% | 0.63% | - |
| HSV(B) | 68.52º | 0.67% | 0.95% | - |
| XYZ | 62.41 | 79.14 | 19.58 | - |
| YUV | 216.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 80 | 0.10 | 0 | 0.67 | 0.05 | 68.52 | 0.86 | 0.63 |
| Hex | DB | F2 | 50 | A | 0 | 43 | 5 | 45 | 56 | 3F |
| Octal | 333 | 362 | 120 | 12 | 0 | 103 | 5 | 105 | 126 | 77 |
| Binary | 11011011 | 11110010 | 1010000 | 1010 | 0 | 1000011 | 101 | 1000101 | 1010110 | 111111 |
Color Harmonies of #DBF250
Complementary color
Monochromatic Colors of #DBF250
Black with #DBF250
Text Example
Text Example
White with #DBF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF250; }
p { color: rgb(219,242,80); }
H1.HeaderClassName
{
color: #DBF250;
}
.AnyTagClassName
{
color: #DBF250;
}
</style>
background-color css
<style>
a { background-color: #DBF250; }
a { background-color: rgb(219,242,80); }
div.DivClassName
{
background-color: #DBF250;
}
.BgClassName
{
background-color: #DBF250;
}
</style>
border-color css
<style>
span { border-color: #DBF250; }
span { border-color: rgb(219,242,80); }
td.TdClassName
{
border-color: #DBF250;
}
.TagClassName
{
border-color: #DBF250;
}
</style>