Shades of Honeysuckle #DEFD5A
Tints of Honeysuckle #DEFD5A
RGB
CMYK
RGB Variations
Color information
#DEFD5A (or 0xDEFD5A) is known color: Honeysuckle. HEX triplet: DE, FD and 5A. RGB value is (222,253,90). Sum of RGB (Red+Green+Blue) = 222+253+90=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD5A is #2102A5. Grayscale: #E1E1E1. Windows color (decimal): -2163366 or 5963230. OLE color: 5963230.
HSL color Cylindrical-coordinate representation of color #DEFD5A: hue angle of 71.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEFD5A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 90 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.01 |
| HSL | 71.41º | 0.98% | 0.67% | - |
| HSV(B) | 71.41º | 0.64% | 0.99% | - |
| XYZ | 67.09 | 86.52 | 22.84 | - |
| YUV | 225.15 | 51.73 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 90 | 0.12 | 0 | 0.64 | 0.01 | 71.41 | 0.98 | 0.67 |
| Hex | DE | FD | 5A | C | 0 | 40 | 1 | 47 | 62 | 43 |
| Octal | 336 | 375 | 132 | 14 | 0 | 100 | 1 | 107 | 142 | 103 |
| Binary | 11011110 | 11111101 | 1011010 | 1100 | 0 | 1000000 | 1 | 1000111 | 1100010 | 1000011 |
Color Harmonies of #DEFD5A
Complementary color
Monochromatic Colors of #DEFD5A
Black with #DEFD5A
Text Example
Text Example
White with #DEFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD5A; }
p { color: rgb(222,253,90); }
H1.HeaderClassName
{
color: #DEFD5A;
}
.AnyTagClassName
{
color: #DEFD5A;
}
</style>
background-color css
<style>
a { background-color: #DEFD5A; }
a { background-color: rgb(222,253,90); }
div.DivClassName
{
background-color: #DEFD5A;
}
.BgClassName
{
background-color: #DEFD5A;
}
</style>
border-color css
<style>
span { border-color: #DEFD5A; }
span { border-color: rgb(222,253,90); }
td.TdClassName
{
border-color: #DEFD5A;
}
.TagClassName
{
border-color: #DEFD5A;
}
</style>