Shades of Honeysuckle #DCF84E
Tints of Honeysuckle #DCF84E
RGB
CMYK
RGB Variations
Color information
#DCF84E (or 0xDCF84E) is known color: Honeysuckle. HEX triplet: DC, F8 and 4E. RGB value is (220,248,78). Sum of RGB (Red+Green+Blue) = 220+248+78=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF84E is #2307B1. Grayscale: #DCDCDC. Windows color (decimal): -2295730 or 5175516. OLE color: 5175516.
HSL color Cylindrical-coordinate representation of color #DCF84E: hue angle of 69.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCF84E is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 78 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.03 |
| HSL | 69.88º | 0.92% | 0.64% | - |
| HSV(B) | 69.88º | 0.69% | 0.97% | - |
| XYZ | 64.46 | 82.9 | 19.81 | - |
| YUV | 220.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 78 | 0.11 | 0 | 0.69 | 0.03 | 69.88 | 0.92 | 0.64 |
| Hex | DC | F8 | 4E | B | 0 | 45 | 3 | 46 | 5C | 40 |
| Octal | 334 | 370 | 116 | 13 | 0 | 105 | 3 | 106 | 134 | 100 |
| Binary | 11011100 | 11111000 | 1001110 | 1011 | 0 | 1000101 | 11 | 1000110 | 1011100 | 1000000 |
Color Harmonies of #DCF84E
Complementary color
Monochromatic Colors of #DCF84E
Black with #DCF84E
Text Example
Text Example
White with #DCF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF84E; }
p { color: rgb(220,248,78); }
H1.HeaderClassName
{
color: #DCF84E;
}
.AnyTagClassName
{
color: #DCF84E;
}
</style>
background-color css
<style>
a { background-color: #DCF84E; }
a { background-color: rgb(220,248,78); }
div.DivClassName
{
background-color: #DCF84E;
}
.BgClassName
{
background-color: #DCF84E;
}
</style>
border-color css
<style>
span { border-color: #DCF84E; }
span { border-color: rgb(220,248,78); }
td.TdClassName
{
border-color: #DCF84E;
}
.TagClassName
{
border-color: #DCF84E;
}
</style>