Shades of Honeysuckle #DFFC50
Tints of Honeysuckle #DFFC50
RGB
CMYK
RGB Variations
Color information
#DFFC50 (or 0xDFFC50) is known color: Honeysuckle. HEX triplet: DF, FC and 50. RGB value is (223,252,80). Sum of RGB (Red+Green+Blue) = 223+252+80=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC50 is #2003AF. Grayscale: #E0E0E0. Windows color (decimal): -2098096 or 5307615. OLE color: 5307615.
HSL color Cylindrical-coordinate representation of color #DFFC50: hue angle of 70.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFFC50 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 80 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.01 |
| HSL | 70.12º | 0.97% | 0.65% | - |
| HSV(B) | 70.12º | 0.68% | 0.99% | - |
| XYZ | 66.69 | 85.89 | 20.65 | - |
| YUV | 223.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 80 | 0.12 | 0 | 0.68 | 0.01 | 70.12 | 0.97 | 0.65 |
| Hex | DF | FC | 50 | C | 0 | 44 | 1 | 46 | 61 | 41 |
| Octal | 337 | 374 | 120 | 14 | 0 | 104 | 1 | 106 | 141 | 101 |
| Binary | 11011111 | 11111100 | 1010000 | 1100 | 0 | 1000100 | 1 | 1000110 | 1100001 | 1000001 |
Color Harmonies of #DFFC50
Complementary color
Monochromatic Colors of #DFFC50
Black with #DFFC50
Text Example
Text Example
White with #DFFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC50; }
p { color: rgb(223,252,80); }
H1.HeaderClassName
{
color: #DFFC50;
}
.AnyTagClassName
{
color: #DFFC50;
}
</style>
background-color css
<style>
a { background-color: #DFFC50; }
a { background-color: rgb(223,252,80); }
div.DivClassName
{
background-color: #DFFC50;
}
.BgClassName
{
background-color: #DFFC50;
}
</style>
border-color css
<style>
span { border-color: #DFFC50; }
span { border-color: rgb(223,252,80); }
td.TdClassName
{
border-color: #DFFC50;
}
.TagClassName
{
border-color: #DFFC50;
}
</style>