Shades of Honeysuckle #DBF353
Tints of Honeysuckle #DBF353
RGB
CMYK
RGB Variations
Color information
#DBF353 (or 0xDBF353) is known color: Honeysuckle. HEX triplet: DB, F3 and 53. RGB value is (219,243,83). Sum of RGB (Red+Green+Blue) = 219+243+83=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF353 is #240CAC. Grayscale: #DADADA. Windows color (decimal): -2362541 or 5501915. OLE color: 5501915.
HSL color Cylindrical-coordinate representation of color #DBF353: hue angle of 69º degrees, saturation: 0.87, 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 #DBF353 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 83 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.05 |
| HSL | 69º | 0.87% | 0.64% | - |
| HSV(B) | 69º | 0.66% | 0.95% | - |
| XYZ | 62.83 | 79.79 | 20.27 | - |
| YUV | 217.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 83 | 0.10 | 0 | 0.66 | 0.05 | 69 | 0.87 | 0.64 |
| Hex | DB | F3 | 53 | A | 0 | 42 | 5 | 45 | 57 | 40 |
| Octal | 333 | 363 | 123 | 12 | 0 | 102 | 5 | 105 | 127 | 100 |
| Binary | 11011011 | 11110011 | 1010011 | 1010 | 0 | 1000010 | 101 | 1000101 | 1010111 | 1000000 |
Color Harmonies of #DBF353
Complementary color
Monochromatic Colors of #DBF353
Black with #DBF353
Text Example
Text Example
White with #DBF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF353; }
p { color: rgb(219,243,83); }
H1.HeaderClassName
{
color: #DBF353;
}
.AnyTagClassName
{
color: #DBF353;
}
</style>
background-color css
<style>
a { background-color: #DBF353; }
a { background-color: rgb(219,243,83); }
div.DivClassName
{
background-color: #DBF353;
}
.BgClassName
{
background-color: #DBF353;
}
</style>
border-color css
<style>
span { border-color: #DBF353; }
span { border-color: rgb(219,243,83); }
td.TdClassName
{
border-color: #DBF353;
}
.TagClassName
{
border-color: #DBF353;
}
</style>