Shades of Honeysuckle #DCF750
Tints of Honeysuckle #DCF750
RGB
CMYK
RGB Variations
Color information
#DCF750 (or 0xDCF750) is known color: Honeysuckle. HEX triplet: DC, F7 and 50. RGB value is (220,247,80). Sum of RGB (Red+Green+Blue) = 220+247+80=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF750 is #2308AF. Grayscale: #DCDCDC. Windows color (decimal): -2295984 or 5306332. OLE color: 5306332.
HSL color Cylindrical-coordinate representation of color #DCF750: hue angle of 69.7º 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 #DCF750 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 80 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.03 |
| HSL | 69.7º | 0.91% | 0.64% | - |
| HSV(B) | 69.7º | 0.68% | 0.97% | - |
| XYZ | 64.22 | 82.32 | 20.09 | - |
| YUV | 219.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 80 | 0.11 | 0 | 0.68 | 0.03 | 69.7 | 0.91 | 0.64 |
| Hex | DC | F7 | 50 | B | 0 | 44 | 3 | 46 | 5B | 40 |
| Octal | 334 | 367 | 120 | 13 | 0 | 104 | 3 | 106 | 133 | 100 |
| Binary | 11011100 | 11110111 | 1010000 | 1011 | 0 | 1000100 | 11 | 1000110 | 1011011 | 1000000 |
Color Harmonies of #DCF750
Complementary color
Monochromatic Colors of #DCF750
Black with #DCF750
Text Example
Text Example
White with #DCF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF750; }
p { color: rgb(220,247,80); }
H1.HeaderClassName
{
color: #DCF750;
}
.AnyTagClassName
{
color: #DCF750;
}
</style>
background-color css
<style>
a { background-color: #DCF750; }
a { background-color: rgb(220,247,80); }
div.DivClassName
{
background-color: #DCF750;
}
.BgClassName
{
background-color: #DCF750;
}
</style>
border-color css
<style>
span { border-color: #DCF750; }
span { border-color: rgb(220,247,80); }
td.TdClassName
{
border-color: #DCF750;
}
.TagClassName
{
border-color: #DCF750;
}
</style>