Shades of Honeysuckle #DCF450
Tints of Honeysuckle #DCF450
RGB
CMYK
RGB Variations
Color information
#DCF450 (or 0xDCF450) is known color: Honeysuckle. HEX triplet: DC, F4 and 50. RGB value is (220,244,80). Sum of RGB (Red+Green+Blue) = 220+244+80=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF450 is #230BAF. Grayscale: #DADADA. Windows color (decimal): -2296752 or 5305564. OLE color: 5305564.
HSL color Cylindrical-coordinate representation of color #DCF450: hue angle of 68.78º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCF450 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 80 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.04 |
| HSL | 68.78º | 0.88% | 0.64% | - |
| HSV(B) | 68.78º | 0.67% | 0.96% | - |
| XYZ | 63.31 | 80.5 | 19.79 | - |
| YUV | 218.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 80 | 0.10 | 0 | 0.67 | 0.04 | 68.78 | 0.88 | 0.64 |
| Hex | DC | F4 | 50 | A | 0 | 43 | 4 | 45 | 58 | 40 |
| Octal | 334 | 364 | 120 | 12 | 0 | 103 | 4 | 105 | 130 | 100 |
| Binary | 11011100 | 11110100 | 1010000 | 1010 | 0 | 1000011 | 100 | 1000101 | 1011000 | 1000000 |
Color Harmonies of #DCF450
Complementary color
Monochromatic Colors of #DCF450
Black with #DCF450
Text Example
Text Example
White with #DCF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF450; }
p { color: rgb(220,244,80); }
H1.HeaderClassName
{
color: #DCF450;
}
.AnyTagClassName
{
color: #DCF450;
}
</style>
background-color css
<style>
a { background-color: #DCF450; }
a { background-color: rgb(220,244,80); }
div.DivClassName
{
background-color: #DCF450;
}
.BgClassName
{
background-color: #DCF450;
}
</style>
border-color css
<style>
span { border-color: #DCF450; }
span { border-color: rgb(220,244,80); }
td.TdClassName
{
border-color: #DCF450;
}
.TagClassName
{
border-color: #DCF450;
}
</style>