Shades of Honeysuckle #DCF74C
Tints of Honeysuckle #DCF74C
RGB
CMYK
RGB Variations
Color information
#DCF74C (or 0xDCF74C) is known color: Honeysuckle. HEX triplet: DC, F7 and 4C. RGB value is (220,247,76). Sum of RGB (Red+Green+Blue) = 220+247+76=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 76 (30.08% from 255 or 14.00% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF74C is #2308B3. Grayscale: #DCDCDC. Windows color (decimal): -2295988 or 5044188. OLE color: 5044188.
HSL color Cylindrical-coordinate representation of color #DCF74C: hue angle of 69.47º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCF74C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 76 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.03 |
| HSL | 69.47º | 0.91% | 0.63% | - |
| HSV(B) | 69.47º | 0.69% | 0.97% | - |
| XYZ | 64.08 | 82.26 | 19.34 | - |
| YUV | 219.43 | 47.05 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 76 | 0.11 | 0 | 0.69 | 0.03 | 69.47 | 0.91 | 0.63 |
| Hex | DC | F7 | 4C | B | 0 | 45 | 3 | 45 | 5B | 3F |
| Octal | 334 | 367 | 114 | 13 | 0 | 105 | 3 | 105 | 133 | 77 |
| Binary | 11011100 | 11110111 | 1001100 | 1011 | 0 | 1000101 | 11 | 1000101 | 1011011 | 111111 |
Color Harmonies of #DCF74C
Complementary color
Monochromatic Colors of #DCF74C
Black with #DCF74C
Text Example
Text Example
White with #DCF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF74C; }
p { color: rgb(220,247,76); }
H1.HeaderClassName
{
color: #DCF74C;
}
.AnyTagClassName
{
color: #DCF74C;
}
</style>
background-color css
<style>
a { background-color: #DCF74C; }
a { background-color: rgb(220,247,76); }
div.DivClassName
{
background-color: #DCF74C;
}
.BgClassName
{
background-color: #DCF74C;
}
</style>
border-color css
<style>
span { border-color: #DCF74C; }
span { border-color: rgb(220,247,76); }
td.TdClassName
{
border-color: #DCF74C;
}
.TagClassName
{
border-color: #DCF74C;
}
</style>