Shades of Honeysuckle #DFFC5C
Tints of Honeysuckle #DFFC5C
RGB
CMYK
RGB Variations
Color information
#DFFC5C (or 0xDFFC5C) is known color: Honeysuckle. HEX triplet: DF, FC and 5C. RGB value is (223,252,92). Sum of RGB (Red+Green+Blue) = 223+252+92=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC5C is #2003A3. Grayscale: #E1E1E1. Windows color (decimal): -2098084 or 6094047. OLE color: 6094047.
HSL color Cylindrical-coordinate representation of color #DFFC5C: hue angle of 70.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFFC5C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 92 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.01 |
| HSL | 70.88º | 0.96% | 0.67% | - |
| HSV(B) | 70.88º | 0.63% | 0.99% | - |
| XYZ | 67.17 | 86.08 | 23.2 | - |
| YUV | 225.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 92 | 0.12 | 0 | 0.63 | 0.01 | 70.88 | 0.96 | 0.67 |
| Hex | DF | FC | 5C | C | 0 | 3F | 1 | 47 | 60 | 43 |
| Octal | 337 | 374 | 134 | 14 | 0 | 77 | 1 | 107 | 140 | 103 |
| Binary | 11011111 | 11111100 | 1011100 | 1100 | 0 | 111111 | 1 | 1000111 | 1100000 | 1000011 |
Color Harmonies of #DFFC5C
Complementary color
Monochromatic Colors of #DFFC5C
Black with #DFFC5C
Text Example
Text Example
White with #DFFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC5C; }
p { color: rgb(223,252,92); }
H1.HeaderClassName
{
color: #DFFC5C;
}
.AnyTagClassName
{
color: #DFFC5C;
}
</style>
background-color css
<style>
a { background-color: #DFFC5C; }
a { background-color: rgb(223,252,92); }
div.DivClassName
{
background-color: #DFFC5C;
}
.BgClassName
{
background-color: #DFFC5C;
}
</style>
border-color css
<style>
span { border-color: #DFFC5C; }
span { border-color: rgb(223,252,92); }
td.TdClassName
{
border-color: #DFFC5C;
}
.TagClassName
{
border-color: #DFFC5C;
}
</style>