Shades of Honeysuckle #DCFC5B
Tints of Honeysuckle #DCFC5B
RGB
CMYK
RGB Variations
Color information
#DCFC5B (or 0xDCFC5B) is known color: Honeysuckle. HEX triplet: DC, FC and 5B. RGB value is (220,252,91). Sum of RGB (Red+Green+Blue) = 220+252+91=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC5B is #2303A4. Grayscale: #E0E0E0. Windows color (decimal): -2294693 or 6028508. OLE color: 6028508.
HSL color Cylindrical-coordinate representation of color #DCFC5B: hue angle of 71.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCFC5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 71.93º | 0.96% | 0.67% | - |
| HSV(B) | 71.93º | 0.64% | 0.99% | - |
| XYZ | 66.21 | 85.59 | 22.93 | - |
| YUV | 224.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 91 | 0.13 | 0 | 0.64 | 0.01 | 71.93 | 0.96 | 0.67 |
| Hex | DC | FC | 5B | D | 0 | 40 | 1 | 48 | 60 | 43 |
| Octal | 334 | 374 | 133 | 15 | 0 | 100 | 1 | 110 | 140 | 103 |
| Binary | 11011100 | 11111100 | 1011011 | 1101 | 0 | 1000000 | 1 | 1001000 | 1100000 | 1000011 |
Color Harmonies of #DCFC5B
Complementary color
Monochromatic Colors of #DCFC5B
Black with #DCFC5B
Text Example
Text Example
White with #DCFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC5B; }
p { color: rgb(220,252,91); }
H1.HeaderClassName
{
color: #DCFC5B;
}
.AnyTagClassName
{
color: #DCFC5B;
}
</style>
background-color css
<style>
a { background-color: #DCFC5B; }
a { background-color: rgb(220,252,91); }
div.DivClassName
{
background-color: #DCFC5B;
}
.BgClassName
{
background-color: #DCFC5B;
}
</style>
border-color css
<style>
span { border-color: #DCFC5B; }
span { border-color: rgb(220,252,91); }
td.TdClassName
{
border-color: #DCFC5B;
}
.TagClassName
{
border-color: #DCFC5B;
}
</style>