Shades of Honeysuckle #DCFD5A
Tints of Honeysuckle #DCFD5A
RGB
CMYK
RGB Variations
Color information
#DCFD5A (or 0xDCFD5A) is known color: Honeysuckle. HEX triplet: DC, FD and 5A. RGB value is (220,253,90). Sum of RGB (Red+Green+Blue) = 220+253+90=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD5A is #2302A5. Grayscale: #E1E1E1. Windows color (decimal): -2294438 or 5963228. OLE color: 5963228.
HSL color Cylindrical-coordinate representation of color #DCFD5A: hue angle of 72.15º 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 #DCFD5A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 90 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 72.15º | 0.98% | 0.67% | - |
| HSV(B) | 72.15º | 0.64% | 0.99% | - |
| XYZ | 66.49 | 86.2 | 22.81 | - |
| YUV | 224.55 | 52.07 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 90 | 0.13 | 0 | 0.64 | 0.01 | 72.15 | 0.98 | 0.67 |
| Hex | DC | FD | 5A | D | 0 | 40 | 1 | 48 | 62 | 43 |
| Octal | 334 | 375 | 132 | 15 | 0 | 100 | 1 | 110 | 142 | 103 |
| Binary | 11011100 | 11111101 | 1011010 | 1101 | 0 | 1000000 | 1 | 1001000 | 1100010 | 1000011 |
Color Harmonies of #DCFD5A
Complementary color
Monochromatic Colors of #DCFD5A
Black with #DCFD5A
Text Example
Text Example
White with #DCFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD5A; }
p { color: rgb(220,253,90); }
H1.HeaderClassName
{
color: #DCFD5A;
}
.AnyTagClassName
{
color: #DCFD5A;
}
</style>
background-color css
<style>
a { background-color: #DCFD5A; }
a { background-color: rgb(220,253,90); }
div.DivClassName
{
background-color: #DCFD5A;
}
.BgClassName
{
background-color: #DCFD5A;
}
</style>
border-color css
<style>
span { border-color: #DCFD5A; }
span { border-color: rgb(220,253,90); }
td.TdClassName
{
border-color: #DCFD5A;
}
.TagClassName
{
border-color: #DCFD5A;
}
</style>