Shades of Honeysuckle #DFF452
Tints of Honeysuckle #DFF452
RGB
CMYK
RGB Variations
Color information
#DFF452 (or 0xDFF452) is known color: Honeysuckle. HEX triplet: DF, F4 and 52. RGB value is (223,244,82). Sum of RGB (Red+Green+Blue) = 223+244+82=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF452 is #200BAD. Grayscale: #DBDBDB. Windows color (decimal): -2100142 or 5436639. OLE color: 5436639.
HSL color Cylindrical-coordinate representation of color #DFF452: hue angle of 67.78º 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 #DFF452 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 82 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.04 |
| HSL | 67.78º | 0.88% | 0.64% | - |
| HSV(B) | 67.78º | 0.66% | 0.96% | - |
| XYZ | 64.31 | 81 | 20.23 | - |
| YUV | 219.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 82 | 0.09 | 0 | 0.66 | 0.04 | 67.78 | 0.88 | 0.64 |
| Hex | DF | F4 | 52 | 9 | 0 | 42 | 4 | 44 | 58 | 40 |
| Octal | 337 | 364 | 122 | 11 | 0 | 102 | 4 | 104 | 130 | 100 |
| Binary | 11011111 | 11110100 | 1010010 | 1001 | 0 | 1000010 | 100 | 1000100 | 1011000 | 1000000 |
Color Harmonies of #DFF452
Complementary color
Monochromatic Colors of #DFF452
Black with #DFF452
Text Example
Text Example
White with #DFF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF452; }
p { color: rgb(223,244,82); }
H1.HeaderClassName
{
color: #DFF452;
}
.AnyTagClassName
{
color: #DFF452;
}
</style>
background-color css
<style>
a { background-color: #DFF452; }
a { background-color: rgb(223,244,82); }
div.DivClassName
{
background-color: #DFF452;
}
.BgClassName
{
background-color: #DFF452;
}
</style>
border-color css
<style>
span { border-color: #DFF452; }
span { border-color: rgb(223,244,82); }
td.TdClassName
{
border-color: #DFF452;
}
.TagClassName
{
border-color: #DFF452;
}
</style>