Shades of Honeysuckle #DEFB5A
Tints of Honeysuckle #DEFB5A
RGB
CMYK
RGB Variations
Color information
#DEFB5A (or 0xDEFB5A) is known color: Honeysuckle. HEX triplet: DE, FB and 5A. RGB value is (222,251,90). Sum of RGB (Red+Green+Blue) = 222+251+90=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB5A is #2104A5. Grayscale: #E0E0E0. Windows color (decimal): -2163878 or 5962718. OLE color: 5962718.
HSL color Cylindrical-coordinate representation of color #DEFB5A: hue angle of 70.81º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEFB5A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 90 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.02 |
| HSL | 70.81º | 0.95% | 0.67% | - |
| HSV(B) | 70.81º | 0.64% | 0.98% | - |
| XYZ | 66.47 | 85.26 | 22.63 | - |
| YUV | 223.98 | 52.39 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 90 | 0.12 | 0 | 0.64 | 0.02 | 70.81 | 0.95 | 0.67 |
| Hex | DE | FB | 5A | C | 0 | 40 | 2 | 47 | 5F | 43 |
| Octal | 336 | 373 | 132 | 14 | 0 | 100 | 2 | 107 | 137 | 103 |
| Binary | 11011110 | 11111011 | 1011010 | 1100 | 0 | 1000000 | 10 | 1000111 | 1011111 | 1000011 |
Color Harmonies of #DEFB5A
Complementary color
Monochromatic Colors of #DEFB5A
Black with #DEFB5A
Text Example
Text Example
White with #DEFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFB5A; }
p { color: rgb(222,251,90); }
H1.HeaderClassName
{
color: #DEFB5A;
}
.AnyTagClassName
{
color: #DEFB5A;
}
</style>
background-color css
<style>
a { background-color: #DEFB5A; }
a { background-color: rgb(222,251,90); }
div.DivClassName
{
background-color: #DEFB5A;
}
.BgClassName
{
background-color: #DEFB5A;
}
</style>
border-color css
<style>
span { border-color: #DEFB5A; }
span { border-color: rgb(222,251,90); }
td.TdClassName
{
border-color: #DEFB5A;
}
.TagClassName
{
border-color: #DEFB5A;
}
</style>