Shades of Honeysuckle #DCFD4B
Tints of Honeysuckle #DCFD4B
RGB
CMYK
RGB Variations
Color information
#DCFD4B (or 0xDCFD4B) is known color: Honeysuckle. HEX triplet: DC, FD and 4B. RGB value is (220,253,75). Sum of RGB (Red+Green+Blue) = 220+253+75=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 75 (29.69% from 255 or 13.69% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD4B is #2302B4. Grayscale: #DFDFDF. Windows color (decimal): -2294453 or 4980188. OLE color: 4980188.
HSL color Cylindrical-coordinate representation of color #DCFD4B: hue angle of 71.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCFD4B is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 75 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.01 |
| HSL | 71.12º | 0.98% | 0.64% | - |
| HSV(B) | 71.12º | 0.7% | 0.99% | - |
| XYZ | 65.91 | 85.97 | 19.78 | - |
| YUV | 222.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 75 | 0.13 | 0 | 0.70 | 0.01 | 71.12 | 0.98 | 0.64 |
| Hex | DC | FD | 4B | D | 0 | 46 | 1 | 47 | 62 | 40 |
| Octal | 334 | 375 | 113 | 15 | 0 | 106 | 1 | 107 | 142 | 100 |
| Binary | 11011100 | 11111101 | 1001011 | 1101 | 0 | 1000110 | 1 | 1000111 | 1100010 | 1000000 |
Color Harmonies of #DCFD4B
Complementary color
Monochromatic Colors of #DCFD4B
Black with #DCFD4B
Text Example
Text Example
White with #DCFD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD4B; }
p { color: rgb(220,253,75); }
H1.HeaderClassName
{
color: #DCFD4B;
}
.AnyTagClassName
{
color: #DCFD4B;
}
</style>
background-color css
<style>
a { background-color: #DCFD4B; }
a { background-color: rgb(220,253,75); }
div.DivClassName
{
background-color: #DCFD4B;
}
.BgClassName
{
background-color: #DCFD4B;
}
</style>
border-color css
<style>
span { border-color: #DCFD4B; }
span { border-color: rgb(220,253,75); }
td.TdClassName
{
border-color: #DCFD4B;
}
.TagClassName
{
border-color: #DCFD4B;
}
</style>