Shades of Honeysuckle #DCF54E
Tints of Honeysuckle #DCF54E
RGB
CMYK
RGB Variations
Color information
#DCF54E (or 0xDCF54E) is known color: Honeysuckle. HEX triplet: DC, F5 and 4E. RGB value is (220,245,78). Sum of RGB (Red+Green+Blue) = 220+245+78=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF54E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF54E is #230AB1. Grayscale: #DBDBDB. Windows color (decimal): -2296498 or 5174748. OLE color: 5174748.
HSL color Cylindrical-coordinate representation of color #DCF54E: hue angle of 68.98º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCF54E is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 78 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.04 |
| HSL | 68.98º | 0.89% | 0.63% | - |
| HSV(B) | 68.98º | 0.68% | 0.96% | - |
| XYZ | 63.54 | 81.07 | 19.51 | - |
| YUV | 218.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 78 | 0.10 | 0 | 0.68 | 0.04 | 68.98 | 0.89 | 0.63 |
| Hex | DC | F5 | 4E | A | 0 | 44 | 4 | 45 | 59 | 3F |
| Octal | 334 | 365 | 116 | 12 | 0 | 104 | 4 | 105 | 131 | 77 |
| Binary | 11011100 | 11110101 | 1001110 | 1010 | 0 | 1000100 | 100 | 1000101 | 1011001 | 111111 |
Color Harmonies of #DCF54E
Complementary color
Monochromatic Colors of #DCF54E
Black with #DCF54E
Text Example
Text Example
White with #DCF54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF54E; }
p { color: rgb(220,245,78); }
H1.HeaderClassName
{
color: #DCF54E;
}
.AnyTagClassName
{
color: #DCF54E;
}
</style>
background-color css
<style>
a { background-color: #DCF54E; }
a { background-color: rgb(220,245,78); }
div.DivClassName
{
background-color: #DCF54E;
}
.BgClassName
{
background-color: #DCF54E;
}
</style>
border-color css
<style>
span { border-color: #DCF54E; }
span { border-color: rgb(220,245,78); }
td.TdClassName
{
border-color: #DCF54E;
}
.TagClassName
{
border-color: #DCF54E;
}
</style>