Shades of Honeysuckle #DFF852
Tints of Honeysuckle #DFF852
RGB
CMYK
RGB Variations
Color information
#DFF852 (or 0xDFF852) is known color: Honeysuckle. HEX triplet: DF, F8 and 52. RGB value is (223,248,82). Sum of RGB (Red+Green+Blue) = 223+248+82=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF852 is #2007AD. Grayscale: #DEDEDE. Windows color (decimal): -2099118 or 5437663. OLE color: 5437663.
HSL color Cylindrical-coordinate representation of color #DFF852: hue angle of 69.04º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFF852 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 82 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.03 |
| HSL | 69.04º | 0.92% | 0.65% | - |
| HSV(B) | 69.04º | 0.67% | 0.97% | - |
| XYZ | 65.52 | 83.43 | 20.63 | - |
| YUV | 221.6 | 49.22 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 82 | 0.10 | 0 | 0.67 | 0.03 | 69.04 | 0.92 | 0.65 |
| Hex | DF | F8 | 52 | A | 0 | 43 | 3 | 45 | 5C | 41 |
| Octal | 337 | 370 | 122 | 12 | 0 | 103 | 3 | 105 | 134 | 101 |
| Binary | 11011111 | 11111000 | 1010010 | 1010 | 0 | 1000011 | 11 | 1000101 | 1011100 | 1000001 |
Color Harmonies of #DFF852
Complementary color
Monochromatic Colors of #DFF852
Black with #DFF852
Text Example
Text Example
White with #DFF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF852; }
p { color: rgb(223,248,82); }
H1.HeaderClassName
{
color: #DFF852;
}
.AnyTagClassName
{
color: #DFF852;
}
</style>
background-color css
<style>
a { background-color: #DFF852; }
a { background-color: rgb(223,248,82); }
div.DivClassName
{
background-color: #DFF852;
}
.BgClassName
{
background-color: #DFF852;
}
</style>
border-color css
<style>
span { border-color: #DFF852; }
span { border-color: rgb(223,248,82); }
td.TdClassName
{
border-color: #DFF852;
}
.TagClassName
{
border-color: #DFF852;
}
</style>