Shades of Honeysuckle #DEFE50
Tints of Honeysuckle #DEFE50
RGB
CMYK
RGB Variations
Color information
#DEFE50 (or 0xDEFE50) is known color: Honeysuckle. HEX triplet: DE, FE and 50. RGB value is (222,254,80). Sum of RGB (Red+Green+Blue) = 222+254+80=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE50 is #2101AF. Grayscale: #E1E1E1. Windows color (decimal): -2163120 or 5308126. OLE color: 5308126.
HSL color Cylindrical-coordinate representation of color #DEFE50: hue angle of 71.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEFE50 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 80 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.00 |
| HSL | 71.03º | 0.99% | 0.65% | - |
| HSV(B) | 71.03º | 0.69% | 1% | - |
| XYZ | 67.01 | 86.99 | 20.85 | - |
| YUV | 224.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 80 | 0.13 | 0 | 0.69 | 0.00 | 71.03 | 0.99 | 0.65 |
| Hex | DE | FE | 50 | D | 0 | 45 | 0 | 47 | 63 | 41 |
| Octal | 336 | 376 | 120 | 15 | 0 | 105 | 0 | 107 | 143 | 101 |
| Binary | 11011110 | 11111110 | 1010000 | 1101 | 0 | 1000101 | 0 | 1000111 | 1100011 | 1000001 |
Color Harmonies of #DEFE50
Complementary color
Monochromatic Colors of #DEFE50
Black with #DEFE50
Text Example
Text Example
White with #DEFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE50; }
p { color: rgb(222,254,80); }
H1.HeaderClassName
{
color: #DEFE50;
}
.AnyTagClassName
{
color: #DEFE50;
}
</style>
background-color css
<style>
a { background-color: #DEFE50; }
a { background-color: rgb(222,254,80); }
div.DivClassName
{
background-color: #DEFE50;
}
.BgClassName
{
background-color: #DEFE50;
}
</style>
border-color css
<style>
span { border-color: #DEFE50; }
span { border-color: rgb(222,254,80); }
td.TdClassName
{
border-color: #DEFE50;
}
.TagClassName
{
border-color: #DEFE50;
}
</style>