Shades of Honeysuckle #DCF350
Tints of Honeysuckle #DCF350
RGB
CMYK
RGB Variations
Color information
#DCF350 (or 0xDCF350) is known color: Honeysuckle. HEX triplet: DC, F3 and 50. RGB value is (220,243,80). Sum of RGB (Red+Green+Blue) = 220+243+80=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF350 is #230CAF. Grayscale: #DADADA. Windows color (decimal): -2297008 or 5305308. OLE color: 5305308.
HSL color Cylindrical-coordinate representation of color #DCF350: hue angle of 68.47º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCF350 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 80 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.05 |
| HSL | 68.47º | 0.87% | 0.63% | - |
| HSV(B) | 68.47º | 0.67% | 0.95% | - |
| XYZ | 63.01 | 79.9 | 19.69 | - |
| YUV | 217.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 80 | 0.09 | 0 | 0.67 | 0.05 | 68.47 | 0.87 | 0.63 |
| Hex | DC | F3 | 50 | 9 | 0 | 43 | 5 | 44 | 57 | 3F |
| Octal | 334 | 363 | 120 | 11 | 0 | 103 | 5 | 104 | 127 | 77 |
| Binary | 11011100 | 11110011 | 1010000 | 1001 | 0 | 1000011 | 101 | 1000100 | 1010111 | 111111 |
Color Harmonies of #DCF350
Complementary color
Monochromatic Colors of #DCF350
Black with #DCF350
Text Example
Text Example
White with #DCF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF350; }
p { color: rgb(220,243,80); }
H1.HeaderClassName
{
color: #DCF350;
}
.AnyTagClassName
{
color: #DCF350;
}
</style>
background-color css
<style>
a { background-color: #DCF350; }
a { background-color: rgb(220,243,80); }
div.DivClassName
{
background-color: #DCF350;
}
.BgClassName
{
background-color: #DCF350;
}
</style>
border-color css
<style>
span { border-color: #DCF350; }
span { border-color: rgb(220,243,80); }
td.TdClassName
{
border-color: #DCF350;
}
.TagClassName
{
border-color: #DCF350;
}
</style>