Shades of Honeysuckle #DCFA4E
Tints of Honeysuckle #DCFA4E
RGB
CMYK
RGB Variations
Color information
#DCFA4E (or 0xDCFA4E) is known color: Honeysuckle. HEX triplet: DC, FA and 4E. RGB value is (220,250,78). Sum of RGB (Red+Green+Blue) = 220+250+78=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 78 (30.86% from 255 or 14.23% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA4E is #2305B1. Grayscale: #DEDEDE. Windows color (decimal): -2295218 or 5176028. OLE color: 5176028.
HSL color Cylindrical-coordinate representation of color #DCFA4E: hue angle of 70.47º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCFA4E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 78 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.02 |
| HSL | 70.47º | 0.95% | 0.64% | - |
| HSV(B) | 70.47º | 0.69% | 0.98% | - |
| XYZ | 65.08 | 84.14 | 20.02 | - |
| YUV | 221.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 78 | 0.12 | 0 | 0.69 | 0.02 | 70.47 | 0.95 | 0.64 |
| Hex | DC | FA | 4E | C | 0 | 45 | 2 | 46 | 5F | 40 |
| Octal | 334 | 372 | 116 | 14 | 0 | 105 | 2 | 106 | 137 | 100 |
| Binary | 11011100 | 11111010 | 1001110 | 1100 | 0 | 1000101 | 10 | 1000110 | 1011111 | 1000000 |
Color Harmonies of #DCFA4E
Complementary color
Monochromatic Colors of #DCFA4E
Black with #DCFA4E
Text Example
Text Example
White with #DCFA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA4E; }
p { color: rgb(220,250,78); }
H1.HeaderClassName
{
color: #DCFA4E;
}
.AnyTagClassName
{
color: #DCFA4E;
}
</style>
background-color css
<style>
a { background-color: #DCFA4E; }
a { background-color: rgb(220,250,78); }
div.DivClassName
{
background-color: #DCFA4E;
}
.BgClassName
{
background-color: #DCFA4E;
}
</style>
border-color css
<style>
span { border-color: #DCFA4E; }
span { border-color: rgb(220,250,78); }
td.TdClassName
{
border-color: #DCFA4E;
}
.TagClassName
{
border-color: #DCFA4E;
}
</style>