Shades of Honeysuckle #DCFD5B
Tints of Honeysuckle #DCFD5B
RGB
CMYK
RGB Variations
Color information
#DCFD5B (or 0xDCFD5B) is known color: Honeysuckle. HEX triplet: DC, FD and 5B. RGB value is (220,253,91). Sum of RGB (Red+Green+Blue) = 220+253+91=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD5B is #2302A4. Grayscale: #E1E1E1. Windows color (decimal): -2294437 or 6028764. OLE color: 6028764.
HSL color Cylindrical-coordinate representation of color #DCFD5B: hue angle of 72.22º degrees, saturation: 0.98, 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 #DCFD5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 72.22º | 0.98% | 0.67% | - |
| HSV(B) | 72.22º | 0.64% | 0.99% | - |
| XYZ | 66.53 | 86.22 | 23.03 | - |
| YUV | 224.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 91 | 0.13 | 0 | 0.64 | 0.01 | 72.22 | 0.98 | 0.67 |
| Hex | DC | FD | 5B | D | 0 | 40 | 1 | 48 | 62 | 43 |
| Octal | 334 | 375 | 133 | 15 | 0 | 100 | 1 | 110 | 142 | 103 |
| Binary | 11011100 | 11111101 | 1011011 | 1101 | 0 | 1000000 | 1 | 1001000 | 1100010 | 1000011 |
Color Harmonies of #DCFD5B
Complementary color
Monochromatic Colors of #DCFD5B
Black with #DCFD5B
Text Example
Text Example
White with #DCFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD5B; }
p { color: rgb(220,253,91); }
H1.HeaderClassName
{
color: #DCFD5B;
}
.AnyTagClassName
{
color: #DCFD5B;
}
</style>
background-color css
<style>
a { background-color: #DCFD5B; }
a { background-color: rgb(220,253,91); }
div.DivClassName
{
background-color: #DCFD5B;
}
.BgClassName
{
background-color: #DCFD5B;
}
</style>
border-color css
<style>
span { border-color: #DCFD5B; }
span { border-color: rgb(220,253,91); }
td.TdClassName
{
border-color: #DCFD5B;
}
.TagClassName
{
border-color: #DCFD5B;
}
</style>