Shades of Honeysuckle #DCF356
Tints of Honeysuckle #DCF356
RGB
CMYK
RGB Variations
Color information
#DCF356 (or 0xDCF356) is known color: Honeysuckle. HEX triplet: DC, F3 and 56. RGB value is (220,243,86). Sum of RGB (Red+Green+Blue) = 220+243+86=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF356 is #230CA9. Grayscale: #DADADA. Windows color (decimal): -2297002 or 5698524. OLE color: 5698524.
HSL color Cylindrical-coordinate representation of color #DCF356: hue angle of 68.79º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCF356 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 86 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.05 |
| HSL | 68.79º | 0.87% | 0.65% | - |
| HSV(B) | 68.79º | 0.65% | 0.95% | - |
| XYZ | 63.25 | 79.99 | 20.91 | - |
| YUV | 218.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 86 | 0.09 | 0 | 0.65 | 0.05 | 68.79 | 0.87 | 0.65 |
| Hex | DC | F3 | 56 | 9 | 0 | 41 | 5 | 45 | 57 | 41 |
| Octal | 334 | 363 | 126 | 11 | 0 | 101 | 5 | 105 | 127 | 101 |
| Binary | 11011100 | 11110011 | 1010110 | 1001 | 0 | 1000001 | 101 | 1000101 | 1010111 | 1000001 |
Color Harmonies of #DCF356
Complementary color
Monochromatic Colors of #DCF356
Black with #DCF356
Text Example
Text Example
White with #DCF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF356; }
p { color: rgb(220,243,86); }
H1.HeaderClassName
{
color: #DCF356;
}
.AnyTagClassName
{
color: #DCF356;
}
</style>
background-color css
<style>
a { background-color: #DCF356; }
a { background-color: rgb(220,243,86); }
div.DivClassName
{
background-color: #DCF356;
}
.BgClassName
{
background-color: #DCF356;
}
</style>
border-color css
<style>
span { border-color: #DCF356; }
span { border-color: rgb(220,243,86); }
td.TdClassName
{
border-color: #DCF356;
}
.TagClassName
{
border-color: #DCF356;
}
</style>