Shades of Honeysuckle #DEF55B
Tints of Honeysuckle #DEF55B
RGB
CMYK
RGB Variations
Color information
#DEF55B (or 0xDEF55B) is known color: Honeysuckle. HEX triplet: DE, F5 and 5B. RGB value is (222,245,91). Sum of RGB (Red+Green+Blue) = 222+245+91=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF55B is #210AA4. Grayscale: #DDDDDD. Windows color (decimal): -2165413 or 6026718. OLE color: 6026718.
HSL color Cylindrical-coordinate representation of color #DEF55B: hue angle of 68.96º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEF55B is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 91 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.04 |
| HSL | 68.96º | 0.89% | 0.66% | - |
| HSV(B) | 68.96º | 0.63% | 0.96% | - |
| XYZ | 64.66 | 81.59 | 22.24 | - |
| YUV | 220.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 91 | 0.09 | 0 | 0.63 | 0.04 | 68.96 | 0.89 | 0.66 |
| Hex | DE | F5 | 5B | 9 | 0 | 3F | 4 | 45 | 59 | 42 |
| Octal | 336 | 365 | 133 | 11 | 0 | 77 | 4 | 105 | 131 | 102 |
| Binary | 11011110 | 11110101 | 1011011 | 1001 | 0 | 111111 | 100 | 1000101 | 1011001 | 1000010 |
Color Harmonies of #DEF55B
Complementary color
Monochromatic Colors of #DEF55B
Black with #DEF55B
Text Example
Text Example
White with #DEF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF55B; }
p { color: rgb(222,245,91); }
H1.HeaderClassName
{
color: #DEF55B;
}
.AnyTagClassName
{
color: #DEF55B;
}
</style>
background-color css
<style>
a { background-color: #DEF55B; }
a { background-color: rgb(222,245,91); }
div.DivClassName
{
background-color: #DEF55B;
}
.BgClassName
{
background-color: #DEF55B;
}
</style>
border-color css
<style>
span { border-color: #DEF55B; }
span { border-color: rgb(222,245,91); }
td.TdClassName
{
border-color: #DEF55B;
}
.TagClassName
{
border-color: #DEF55B;
}
</style>