Shades of Honeysuckle #DCFF58
Tints of Honeysuckle #DCFF58
RGB
CMYK
RGB Variations
Color information
#DCFF58 (or 0xDCFF58) is known color: Honeysuckle. HEX triplet: DC, FF and 58. RGB value is (220,255,88). Sum of RGB (Red+Green+Blue) = 220+255+88=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 88 (34.77% from 255 or 15.63% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF58 is #2300A7. Grayscale: #E2E2E2. Windows color (decimal): -2293928 or 5832668. OLE color: 5832668.
HSL color Cylindrical-coordinate representation of color #DCFF58: hue angle of 72.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCFF58 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 88 | - |
| CMYK | 0.14 | 0 | 0.65 | 0 |
| HSL | 72.57º | 1% | 0.67% | - |
| HSV(B) | 72.57º | 0.65% | 1% | - |
| XYZ | 67.04 | 87.44 | 22.58 | - |
| YUV | 225.5 | 50.4 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 88 | 0.14 | 0 | 0.65 | 0 | 72.57 | 1 | 0.67 |
| Hex | DC | FF | 58 | E | 0 | 41 | 0 | 49 | 64 | 43 |
| Octal | 334 | 377 | 130 | 16 | 0 | 101 | 0 | 111 | 144 | 103 |
| Binary | 11011100 | 11111111 | 1011000 | 1110 | 0 | 1000001 | 0 | 1001001 | 1100100 | 1000011 |
Color Harmonies of #DCFF58
Complementary color
Monochromatic Colors of #DCFF58
Black with #DCFF58
Text Example
Text Example
White with #DCFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF58; }
p { color: rgb(220,255,88); }
H1.HeaderClassName
{
color: #DCFF58;
}
.AnyTagClassName
{
color: #DCFF58;
}
</style>
background-color css
<style>
a { background-color: #DCFF58; }
a { background-color: rgb(220,255,88); }
div.DivClassName
{
background-color: #DCFF58;
}
.BgClassName
{
background-color: #DCFF58;
}
</style>
border-color css
<style>
span { border-color: #DCFF58; }
span { border-color: rgb(220,255,88); }
td.TdClassName
{
border-color: #DCFF58;
}
.TagClassName
{
border-color: #DCFF58;
}
</style>