Shades of Honeysuckle #DCFC4F
Tints of Honeysuckle #DCFC4F
RGB
CMYK
RGB Variations
Color information
#DCFC4F (or 0xDCFC4F) is known color: Honeysuckle. HEX triplet: DC, FC and 4F. RGB value is (220,252,79). Sum of RGB (Red+Green+Blue) = 220+252+79=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC4F is #2303B0. Grayscale: #DFDFDF. Windows color (decimal): -2294705 or 5242076. OLE color: 5242076.
HSL color Cylindrical-coordinate representation of color #DCFC4F: hue angle of 71.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCFC4F is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 79 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.01 |
| HSL | 71.1º | 0.97% | 0.65% | - |
| HSV(B) | 71.1º | 0.69% | 0.99% | - |
| XYZ | 65.74 | 85.4 | 20.42 | - |
| YUV | 222.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 79 | 0.13 | 0 | 0.69 | 0.01 | 71.1 | 0.97 | 0.65 |
| Hex | DC | FC | 4F | D | 0 | 45 | 1 | 47 | 61 | 41 |
| Octal | 334 | 374 | 117 | 15 | 0 | 105 | 1 | 107 | 141 | 101 |
| Binary | 11011100 | 11111100 | 1001111 | 1101 | 0 | 1000101 | 1 | 1000111 | 1100001 | 1000001 |
Color Harmonies of #DCFC4F
Complementary color
Monochromatic Colors of #DCFC4F
Black with #DCFC4F
Text Example
Text Example
White with #DCFC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC4F; }
p { color: rgb(220,252,79); }
H1.HeaderClassName
{
color: #DCFC4F;
}
.AnyTagClassName
{
color: #DCFC4F;
}
</style>
background-color css
<style>
a { background-color: #DCFC4F; }
a { background-color: rgb(220,252,79); }
div.DivClassName
{
background-color: #DCFC4F;
}
.BgClassName
{
background-color: #DCFC4F;
}
</style>
border-color css
<style>
span { border-color: #DCFC4F; }
span { border-color: rgb(220,252,79); }
td.TdClassName
{
border-color: #DCFC4F;
}
.TagClassName
{
border-color: #DCFC4F;
}
</style>