Shades of Honeysuckle #DFF85F
Tints of Honeysuckle #DFF85F
RGB
CMYK
RGB Variations
Color information
#DFF85F (or 0xDFF85F) is known color: Honeysuckle. HEX triplet: DF, F8 and 5F. RGB value is (223,248,95). Sum of RGB (Red+Green+Blue) = 223+248+95=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF85F is #2007A0. Grayscale: #DFDFDF. Windows color (decimal): -2099105 or 6289631. OLE color: 6289631.
HSL color Cylindrical-coordinate representation of color #DFF85F: hue angle of 69.8º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFF85F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 95 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.03 |
| HSL | 69.8º | 0.92% | 0.67% | - |
| HSV(B) | 69.8º | 0.62% | 0.97% | - |
| XYZ | 66.06 | 83.65 | 23.49 | - |
| YUV | 223.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 95 | 0.10 | 0 | 0.62 | 0.03 | 69.8 | 0.92 | 0.67 |
| Hex | DF | F8 | 5F | A | 0 | 3E | 3 | 46 | 5C | 43 |
| Octal | 337 | 370 | 137 | 12 | 0 | 76 | 3 | 106 | 134 | 103 |
| Binary | 11011111 | 11111000 | 1011111 | 1010 | 0 | 111110 | 11 | 1000110 | 1011100 | 1000011 |
Color Harmonies of #DFF85F
Complementary color
Monochromatic Colors of #DFF85F
Black with #DFF85F
Text Example
Text Example
White with #DFF85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF85F; }
p { color: rgb(223,248,95); }
H1.HeaderClassName
{
color: #DFF85F;
}
.AnyTagClassName
{
color: #DFF85F;
}
</style>
background-color css
<style>
a { background-color: #DFF85F; }
a { background-color: rgb(223,248,95); }
div.DivClassName
{
background-color: #DFF85F;
}
.BgClassName
{
background-color: #DFF85F;
}
</style>
border-color css
<style>
span { border-color: #DFF85F; }
span { border-color: rgb(223,248,95); }
td.TdClassName
{
border-color: #DFF85F;
}
.TagClassName
{
border-color: #DFF85F;
}
</style>