Shades of Honeysuckle #DEF55C
Tints of Honeysuckle #DEF55C
RGB
CMYK
RGB Variations
Color information
#DEF55C (or 0xDEF55C) is known color: Honeysuckle. HEX triplet: DE, F5 and 5C. RGB value is (222,245,92). Sum of RGB (Red+Green+Blue) = 222+245+92=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF55C is #210AA3. Grayscale: #DDDDDD. Windows color (decimal): -2165412 or 6092254. OLE color: 6092254.
HSL color Cylindrical-coordinate representation of color #DEF55C: hue angle of 69.02º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEF55C is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 92 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.04 |
| HSL | 69.02º | 0.88% | 0.66% | - |
| HSV(B) | 69.02º | 0.62% | 0.96% | - |
| XYZ | 64.71 | 81.61 | 22.47 | - |
| YUV | 220.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 92 | 0.09 | 0 | 0.62 | 0.04 | 69.02 | 0.88 | 0.66 |
| Hex | DE | F5 | 5C | 9 | 0 | 3E | 4 | 45 | 58 | 42 |
| Octal | 336 | 365 | 134 | 11 | 0 | 76 | 4 | 105 | 130 | 102 |
| Binary | 11011110 | 11110101 | 1011100 | 1001 | 0 | 111110 | 100 | 1000101 | 1011000 | 1000010 |
Color Harmonies of #DEF55C
Complementary color
Monochromatic Colors of #DEF55C
Black with #DEF55C
Text Example
Text Example
White with #DEF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF55C; }
p { color: rgb(222,245,92); }
H1.HeaderClassName
{
color: #DEF55C;
}
.AnyTagClassName
{
color: #DEF55C;
}
</style>
background-color css
<style>
a { background-color: #DEF55C; }
a { background-color: rgb(222,245,92); }
div.DivClassName
{
background-color: #DEF55C;
}
.BgClassName
{
background-color: #DEF55C;
}
</style>
border-color css
<style>
span { border-color: #DEF55C; }
span { border-color: rgb(222,245,92); }
td.TdClassName
{
border-color: #DEF55C;
}
.TagClassName
{
border-color: #DEF55C;
}
</style>