Shades of Honeysuckle #DCF94E
Tints of Honeysuckle #DCF94E
RGB
CMYK
RGB Variations
Color information
#DCF94E (or 0xDCF94E) is known color: Honeysuckle. HEX triplet: DC, F9 and 4E. RGB value is (220,249,78). Sum of RGB (Red+Green+Blue) = 220+249+78=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF94E is #2306B1. Grayscale: #DDDDDD. Windows color (decimal): -2295474 or 5175772. OLE color: 5175772.
HSL color Cylindrical-coordinate representation of color #DCF94E: hue angle of 70.18º degrees, saturation: 0.93, 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 #DCF94E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 78 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.02 |
| HSL | 70.18º | 0.93% | 0.64% | - |
| HSV(B) | 70.18º | 0.69% | 0.98% | - |
| XYZ | 64.77 | 83.52 | 19.91 | - |
| YUV | 220.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 78 | 0.12 | 0 | 0.69 | 0.02 | 70.18 | 0.93 | 0.64 |
| Hex | DC | F9 | 4E | C | 0 | 45 | 2 | 46 | 5D | 40 |
| Octal | 334 | 371 | 116 | 14 | 0 | 105 | 2 | 106 | 135 | 100 |
| Binary | 11011100 | 11111001 | 1001110 | 1100 | 0 | 1000101 | 10 | 1000110 | 1011101 | 1000000 |
Color Harmonies of #DCF94E
Complementary color
Monochromatic Colors of #DCF94E
Black with #DCF94E
Text Example
Text Example
White with #DCF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF94E; }
p { color: rgb(220,249,78); }
H1.HeaderClassName
{
color: #DCF94E;
}
.AnyTagClassName
{
color: #DCF94E;
}
</style>
background-color css
<style>
a { background-color: #DCF94E; }
a { background-color: rgb(220,249,78); }
div.DivClassName
{
background-color: #DCF94E;
}
.BgClassName
{
background-color: #DCF94E;
}
</style>
border-color css
<style>
span { border-color: #DCF94E; }
span { border-color: rgb(220,249,78); }
td.TdClassName
{
border-color: #DCF94E;
}
.TagClassName
{
border-color: #DCF94E;
}
</style>