Shades of Honeysuckle #DEFA5E
Tints of Honeysuckle #DEFA5E
RGB
CMYK
RGB Variations
Color information
#DEFA5E (or 0xDEFA5E) is known color: Honeysuckle. HEX triplet: DE, FA and 5E. RGB value is (222,250,94). Sum of RGB (Red+Green+Blue) = 222+250+94=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFA5E is #2105A1. Grayscale: #E0E0E0. Windows color (decimal): -2164130 or 6224606. OLE color: 6224606.
HSL color Cylindrical-coordinate representation of color #DEFA5E: hue angle of 70.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEFA5E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 94 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.02 |
| HSL | 70.77º | 0.94% | 0.67% | - |
| HSV(B) | 70.77º | 0.62% | 0.98% | - |
| XYZ | 66.33 | 84.71 | 23.44 | - |
| YUV | 223.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 94 | 0.11 | 0 | 0.62 | 0.02 | 70.77 | 0.94 | 0.67 |
| Hex | DE | FA | 5E | B | 0 | 3E | 2 | 47 | 5E | 43 |
| Octal | 336 | 372 | 136 | 13 | 0 | 76 | 2 | 107 | 136 | 103 |
| Binary | 11011110 | 11111010 | 1011110 | 1011 | 0 | 111110 | 10 | 1000111 | 1011110 | 1000011 |
Color Harmonies of #DEFA5E
Complementary color
Monochromatic Colors of #DEFA5E
Black with #DEFA5E
Text Example
Text Example
White with #DEFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA5E; }
p { color: rgb(222,250,94); }
H1.HeaderClassName
{
color: #DEFA5E;
}
.AnyTagClassName
{
color: #DEFA5E;
}
</style>
background-color css
<style>
a { background-color: #DEFA5E; }
a { background-color: rgb(222,250,94); }
div.DivClassName
{
background-color: #DEFA5E;
}
.BgClassName
{
background-color: #DEFA5E;
}
</style>
border-color css
<style>
span { border-color: #DEFA5E; }
span { border-color: rgb(222,250,94); }
td.TdClassName
{
border-color: #DEFA5E;
}
.TagClassName
{
border-color: #DEFA5E;
}
</style>