Shades of Honeysuckle #DCF94D
Tints of Honeysuckle #DCF94D
RGB
CMYK
RGB Variations
Color information
#DCF94D (or 0xDCF94D) is known color: Honeysuckle. HEX triplet: DC, F9 and 4D. RGB value is (220,249,77). Sum of RGB (Red+Green+Blue) = 220+249+77=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF94D is #2306B2. Grayscale: #DDDDDD. Windows color (decimal): -2295475 or 5110236. OLE color: 5110236.
HSL color Cylindrical-coordinate representation of color #DCF94D: hue angle of 70.12º 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 #DCF94D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 77 | - |
CMYK | 0.12 | 0 | 0.69 | 0.02 |
HSL | 70.12º | 0.93% | 0.64% | - |
HSV(B) | 70.12º | 0.69% | 0.98% | - |
XYZ | 64.73 | 83.5 | 19.73 | - |
YUV | 220.72 | 46.89 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 77 | 0.12 | 0 | 0.69 | 0.02 | 70.12 | 0.93 | 0.64 |
Hex | DC | F9 | 4D | C | 0 | 45 | 2 | 46 | 5D | 40 |
Octal | 334 | 371 | 115 | 14 | 0 | 105 | 2 | 106 | 135 | 100 |
Binary | 11011100 | 11111001 | 1001101 | 1100 | 0 | 1000101 | 10 | 1000110 | 1011101 | 1000000 |
Color Harmonies of #DCF94D
Complementary color
Monochromatic Colors of #DCF94D
Black with #DCF94D
Text Example
Text Example
White with #DCF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF94D; }
p { color: rgb(220,249,77); }
H1.HeaderClassName
{
color: #DCF94D;
}
.AnyTagClassName
{
color: #DCF94D;
}
</style>
background-color css
<style>
a { background-color: #DCF94D; }
a { background-color: rgb(220,249,77); }
div.DivClassName
{
background-color: #DCF94D;
}
.BgClassName
{
background-color: #DCF94D;
}
</style>
border-color css
<style>
span { border-color: #DCF94D; }
span { border-color: rgb(220,249,77); }
td.TdClassName
{
border-color: #DCF94D;
}
.TagClassName
{
border-color: #DCF94D;
}
</style>