Shades of Honeysuckle #DEFE55
Tints of Honeysuckle #DEFE55
RGB
CMYK
RGB Variations
Color information
#DEFE55 (or 0xDEFE55) is known color: Honeysuckle. HEX triplet: DE, FE and 55. RGB value is (222,254,85). Sum of RGB (Red+Green+Blue) = 222+254+85=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE55 is #2101AA. Grayscale: #E1E1E1. Windows color (decimal): -2163115 or 5635806. OLE color: 5635806.
HSL color Cylindrical-coordinate representation of color #DEFE55: hue angle of 71.36º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEFE55 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 85 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.00 |
| HSL | 71.36º | 0.99% | 0.66% | - |
| HSV(B) | 71.36º | 0.67% | 1% | - |
| XYZ | 67.21 | 87.07 | 21.86 | - |
| YUV | 225.17 | 48.9 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 85 | 0.13 | 0 | 0.67 | 0.00 | 71.36 | 0.99 | 0.66 |
| Hex | DE | FE | 55 | D | 0 | 43 | 0 | 47 | 63 | 42 |
| Octal | 336 | 376 | 125 | 15 | 0 | 103 | 0 | 107 | 143 | 102 |
| Binary | 11011110 | 11111110 | 1010101 | 1101 | 0 | 1000011 | 0 | 1000111 | 1100011 | 1000010 |
Color Harmonies of #DEFE55
Complementary color
Monochromatic Colors of #DEFE55
Black with #DEFE55
Text Example
Text Example
White with #DEFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE55; }
p { color: rgb(222,254,85); }
H1.HeaderClassName
{
color: #DEFE55;
}
.AnyTagClassName
{
color: #DEFE55;
}
</style>
background-color css
<style>
a { background-color: #DEFE55; }
a { background-color: rgb(222,254,85); }
div.DivClassName
{
background-color: #DEFE55;
}
.BgClassName
{
background-color: #DEFE55;
}
</style>
border-color css
<style>
span { border-color: #DEFE55; }
span { border-color: rgb(222,254,85); }
td.TdClassName
{
border-color: #DEFE55;
}
.TagClassName
{
border-color: #DEFE55;
}
</style>