Shades of Honeysuckle #DCF74F
Tints of Honeysuckle #DCF74F
RGB
CMYK
RGB Variations
Color information
#DCF74F (or 0xDCF74F) is known color: Honeysuckle. HEX triplet: DC, F7 and 4F. RGB value is (220,247,79). Sum of RGB (Red+Green+Blue) = 220+247+79=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 79 (31.25% from 255 or 14.47% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF74F is #2308B0. Grayscale: #DCDCDC. Windows color (decimal): -2295985 or 5240796. OLE color: 5240796.
HSL color Cylindrical-coordinate representation of color #DCF74F: hue angle of 69.64º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCF74F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 79 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.03 |
| HSL | 69.64º | 0.91% | 0.64% | - |
| HSV(B) | 69.64º | 0.68% | 0.97% | - |
| XYZ | 64.19 | 82.3 | 19.9 | - |
| YUV | 219.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 79 | 0.11 | 0 | 0.68 | 0.03 | 69.64 | 0.91 | 0.64 |
| Hex | DC | F7 | 4F | B | 0 | 44 | 3 | 46 | 5B | 40 |
| Octal | 334 | 367 | 117 | 13 | 0 | 104 | 3 | 106 | 133 | 100 |
| Binary | 11011100 | 11110111 | 1001111 | 1011 | 0 | 1000100 | 11 | 1000110 | 1011011 | 1000000 |
Color Harmonies of #DCF74F
Complementary color
Monochromatic Colors of #DCF74F
Black with #DCF74F
Text Example
Text Example
White with #DCF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF74F; }
p { color: rgb(220,247,79); }
H1.HeaderClassName
{
color: #DCF74F;
}
.AnyTagClassName
{
color: #DCF74F;
}
</style>
background-color css
<style>
a { background-color: #DCF74F; }
a { background-color: rgb(220,247,79); }
div.DivClassName
{
background-color: #DCF74F;
}
.BgClassName
{
background-color: #DCF74F;
}
</style>
border-color css
<style>
span { border-color: #DCF74F; }
span { border-color: rgb(220,247,79); }
td.TdClassName
{
border-color: #DCF74F;
}
.TagClassName
{
border-color: #DCF74F;
}
</style>