Shades of Honeysuckle #DCF353
Tints of Honeysuckle #DCF353
RGB
CMYK
RGB Variations
Color information
#DCF353 (or 0xDCF353) is known color: Honeysuckle. HEX triplet: DC, F3 and 53. RGB value is (220,243,83). Sum of RGB (Red+Green+Blue) = 220+243+83=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF353 is #230CAC. Grayscale: #DADADA. Windows color (decimal): -2297005 or 5501916. OLE color: 5501916.
HSL color Cylindrical-coordinate representation of color #DCF353: hue angle of 68.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCF353 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 83 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.05 |
| HSL | 68.63º | 0.87% | 0.64% | - |
| HSV(B) | 68.63º | 0.66% | 0.95% | - |
| XYZ | 63.13 | 79.94 | 20.29 | - |
| YUV | 217.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 83 | 0.09 | 0 | 0.66 | 0.05 | 68.63 | 0.87 | 0.64 |
| Hex | DC | F3 | 53 | 9 | 0 | 42 | 5 | 45 | 57 | 40 |
| Octal | 334 | 363 | 123 | 11 | 0 | 102 | 5 | 105 | 127 | 100 |
| Binary | 11011100 | 11110011 | 1010011 | 1001 | 0 | 1000010 | 101 | 1000101 | 1010111 | 1000000 |
Color Harmonies of #DCF353
Complementary color
Monochromatic Colors of #DCF353
Black with #DCF353
Text Example
Text Example
White with #DCF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF353; }
p { color: rgb(220,243,83); }
H1.HeaderClassName
{
color: #DCF353;
}
.AnyTagClassName
{
color: #DCF353;
}
</style>
background-color css
<style>
a { background-color: #DCF353; }
a { background-color: rgb(220,243,83); }
div.DivClassName
{
background-color: #DCF353;
}
.BgClassName
{
background-color: #DCF353;
}
</style>
border-color css
<style>
span { border-color: #DCF353; }
span { border-color: rgb(220,243,83); }
td.TdClassName
{
border-color: #DCF353;
}
.TagClassName
{
border-color: #DCF353;
}
</style>