Shades of Honeysuckle #DCF64E
Tints of Honeysuckle #DCF64E
RGB
CMYK
RGB Variations
Color information
#DCF64E (or 0xDCF64E) is known color: Honeysuckle. HEX triplet: DC, F6 and 4E. RGB value is (220,246,78). Sum of RGB (Red+Green+Blue) = 220+246+78=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 78 (30.86% from 255 or 14.34% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF64E is #2309B1. Grayscale: #DBDBDB. Windows color (decimal): -2296242 or 5175004. OLE color: 5175004.
HSL color Cylindrical-coordinate representation of color #DCF64E: hue angle of 69.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCF64E is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 78 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.04 |
| HSL | 69.29º | 0.9% | 0.64% | - |
| HSV(B) | 69.29º | 0.68% | 0.96% | - |
| XYZ | 63.85 | 81.68 | 19.61 | - |
| YUV | 219.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 78 | 0.11 | 0 | 0.68 | 0.04 | 69.29 | 0.9 | 0.64 |
| Hex | DC | F6 | 4E | B | 0 | 44 | 4 | 45 | 5A | 40 |
| Octal | 334 | 366 | 116 | 13 | 0 | 104 | 4 | 105 | 132 | 100 |
| Binary | 11011100 | 11110110 | 1001110 | 1011 | 0 | 1000100 | 100 | 1000101 | 1011010 | 1000000 |
Color Harmonies of #DCF64E
Complementary color
Monochromatic Colors of #DCF64E
Black with #DCF64E
Text Example
Text Example
White with #DCF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF64E; }
p { color: rgb(220,246,78); }
H1.HeaderClassName
{
color: #DCF64E;
}
.AnyTagClassName
{
color: #DCF64E;
}
</style>
background-color css
<style>
a { background-color: #DCF64E; }
a { background-color: rgb(220,246,78); }
div.DivClassName
{
background-color: #DCF64E;
}
.BgClassName
{
background-color: #DCF64E;
}
</style>
border-color css
<style>
span { border-color: #DCF64E; }
span { border-color: rgb(220,246,78); }
td.TdClassName
{
border-color: #DCF64E;
}
.TagClassName
{
border-color: #DCF64E;
}
</style>