Shades of Honeysuckle #DBEF5A
Tints of Honeysuckle #DBEF5A
RGB
CMYK
RGB Variations
Color information
#DBEF5A (or 0xDBEF5A) is known color: Honeysuckle. HEX triplet: DB, EF and 5A. RGB value is (219,239,90). Sum of RGB (Red+Green+Blue) = 219+239+90=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF5A is #2410A5. Grayscale: #D8D8D8. Windows color (decimal): -2363558 or 5959643. OLE color: 5959643.
HSL color Cylindrical-coordinate representation of color #DBEF5A: hue angle of 68.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBEF5A is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 90 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.06 |
| HSL | 68.05º | 0.82% | 0.65% | - |
| HSV(B) | 68.05º | 0.62% | 0.94% | - |
| XYZ | 61.93 | 77.53 | 21.37 | - |
| YUV | 216.03 | 56.87 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 90 | 0.08 | 0 | 0.62 | 0.06 | 68.05 | 0.82 | 0.65 |
| Hex | DB | EF | 5A | 8 | 0 | 3E | 6 | 44 | 52 | 41 |
| Octal | 333 | 357 | 132 | 10 | 0 | 76 | 6 | 104 | 122 | 101 |
| Binary | 11011011 | 11101111 | 1011010 | 1000 | 0 | 111110 | 110 | 1000100 | 1010010 | 1000001 |
Color Harmonies of #DBEF5A
Complementary color
Monochromatic Colors of #DBEF5A
Black with #DBEF5A
Text Example
Text Example
White with #DBEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF5A; }
p { color: rgb(219,239,90); }
H1.HeaderClassName
{
color: #DBEF5A;
}
.AnyTagClassName
{
color: #DBEF5A;
}
</style>
background-color css
<style>
a { background-color: #DBEF5A; }
a { background-color: rgb(219,239,90); }
div.DivClassName
{
background-color: #DBEF5A;
}
.BgClassName
{
background-color: #DBEF5A;
}
</style>
border-color css
<style>
span { border-color: #DBEF5A; }
span { border-color: rgb(219,239,90); }
td.TdClassName
{
border-color: #DBEF5A;
}
.TagClassName
{
border-color: #DBEF5A;
}
</style>