Shades of Honeysuckle #DEF552
Tints of Honeysuckle #DEF552
RGB
CMYK
RGB Variations
Color information
#DEF552 (or 0xDEF552) is known color: Honeysuckle. HEX triplet: DE, F5 and 52. RGB value is (222,245,82). Sum of RGB (Red+Green+Blue) = 222+245+82=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF552 is #210AAD. Grayscale: #DCDCDC. Windows color (decimal): -2165422 or 5436894. OLE color: 5436894.
HSL color Cylindrical-coordinate representation of color #DEF552: hue angle of 68.47º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEF552 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 82 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.04 |
| HSL | 68.47º | 0.89% | 0.64% | - |
| HSV(B) | 68.47º | 0.67% | 0.96% | - |
| XYZ | 64.3 | 81.44 | 20.31 | - |
| YUV | 219.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 82 | 0.09 | 0 | 0.67 | 0.04 | 68.47 | 0.89 | 0.64 |
| Hex | DE | F5 | 52 | 9 | 0 | 43 | 4 | 44 | 59 | 40 |
| Octal | 336 | 365 | 122 | 11 | 0 | 103 | 4 | 104 | 131 | 100 |
| Binary | 11011110 | 11110101 | 1010010 | 1001 | 0 | 1000011 | 100 | 1000100 | 1011001 | 1000000 |
Color Harmonies of #DEF552
Complementary color
Monochromatic Colors of #DEF552
Black with #DEF552
Text Example
Text Example
White with #DEF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF552; }
p { color: rgb(222,245,82); }
H1.HeaderClassName
{
color: #DEF552;
}
.AnyTagClassName
{
color: #DEF552;
}
</style>
background-color css
<style>
a { background-color: #DEF552; }
a { background-color: rgb(222,245,82); }
div.DivClassName
{
background-color: #DEF552;
}
.BgClassName
{
background-color: #DEF552;
}
</style>
border-color css
<style>
span { border-color: #DEF552; }
span { border-color: rgb(222,245,82); }
td.TdClassName
{
border-color: #DEF552;
}
.TagClassName
{
border-color: #DEF552;
}
</style>