Shades of Honeysuckle #DCFC58
Tints of Honeysuckle #DCFC58
RGB
CMYK
RGB Variations
Color information
#DCFC58 (or 0xDCFC58) is known color: Honeysuckle. HEX triplet: DC, FC and 58. RGB value is (220,252,88). Sum of RGB (Red+Green+Blue) = 220+252+88=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 88 (34.77% from 255 or 15.71% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC58 is #2303A7. Grayscale: #E0E0E0. Windows color (decimal): -2294696 or 5831900. OLE color: 5831900.
HSL color Cylindrical-coordinate representation of color #DCFC58: hue angle of 71.71º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCFC58 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 88 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.01 |
| HSL | 71.71º | 0.96% | 0.67% | - |
| HSV(B) | 71.71º | 0.65% | 0.99% | - |
| XYZ | 66.09 | 85.54 | 22.26 | - |
| YUV | 223.74 | 51.4 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 88 | 0.13 | 0 | 0.65 | 0.01 | 71.71 | 0.96 | 0.67 |
| Hex | DC | FC | 58 | D | 0 | 41 | 1 | 48 | 60 | 43 |
| Octal | 334 | 374 | 130 | 15 | 0 | 101 | 1 | 110 | 140 | 103 |
| Binary | 11011100 | 11111100 | 1011000 | 1101 | 0 | 1000001 | 1 | 1001000 | 1100000 | 1000011 |
Color Harmonies of #DCFC58
Complementary color
Monochromatic Colors of #DCFC58
Black with #DCFC58
Text Example
Text Example
White with #DCFC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC58; }
p { color: rgb(220,252,88); }
H1.HeaderClassName
{
color: #DCFC58;
}
.AnyTagClassName
{
color: #DCFC58;
}
</style>
background-color css
<style>
a { background-color: #DCFC58; }
a { background-color: rgb(220,252,88); }
div.DivClassName
{
background-color: #DCFC58;
}
.BgClassName
{
background-color: #DCFC58;
}
</style>
border-color css
<style>
span { border-color: #DCFC58; }
span { border-color: rgb(220,252,88); }
td.TdClassName
{
border-color: #DCFC58;
}
.TagClassName
{
border-color: #DCFC58;
}
</style>