Shades of Honeysuckle #DEF452
Tints of Honeysuckle #DEF452
RGB
CMYK
RGB Variations
Color information
#DEF452 (or 0xDEF452) is known color: Honeysuckle. HEX triplet: DE, F4 and 52. RGB value is (222,244,82). Sum of RGB (Red+Green+Blue) = 222+244+82=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF452 is #210BAD. Grayscale: #DBDBDB. Windows color (decimal): -2165678 or 5436638. OLE color: 5436638.
HSL color Cylindrical-coordinate representation of color #DEF452: hue angle of 68.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEF452 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 82 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.04 |
| HSL | 68.15º | 0.88% | 0.64% | - |
| HSV(B) | 68.15º | 0.66% | 0.96% | - |
| XYZ | 64 | 80.84 | 20.21 | - |
| YUV | 218.95 | 50.71 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 82 | 0.09 | 0 | 0.66 | 0.04 | 68.15 | 0.88 | 0.64 |
| Hex | DE | F4 | 52 | 9 | 0 | 42 | 4 | 44 | 58 | 40 |
| Octal | 336 | 364 | 122 | 11 | 0 | 102 | 4 | 104 | 130 | 100 |
| Binary | 11011110 | 11110100 | 1010010 | 1001 | 0 | 1000010 | 100 | 1000100 | 1011000 | 1000000 |
Color Harmonies of #DEF452
Complementary color
Monochromatic Colors of #DEF452
Black with #DEF452
Text Example
Text Example
White with #DEF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF452; }
p { color: rgb(222,244,82); }
H1.HeaderClassName
{
color: #DEF452;
}
.AnyTagClassName
{
color: #DEF452;
}
</style>
background-color css
<style>
a { background-color: #DEF452; }
a { background-color: rgb(222,244,82); }
div.DivClassName
{
background-color: #DEF452;
}
.BgClassName
{
background-color: #DEF452;
}
</style>
border-color css
<style>
span { border-color: #DEF452; }
span { border-color: rgb(222,244,82); }
td.TdClassName
{
border-color: #DEF452;
}
.TagClassName
{
border-color: #DEF452;
}
</style>