Shades of Honeysuckle #DCF55C
Tints of Honeysuckle #DCF55C
RGB
CMYK
RGB Variations
Color information
#DCF55C (or 0xDCF55C) is known color: Honeysuckle. HEX triplet: DC, F5 and 5C. RGB value is (220,245,92). Sum of RGB (Red+Green+Blue) = 220+245+92=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF55C is #230AA3. Grayscale: #DCDCDC. Windows color (decimal): -2296484 or 6092252. OLE color: 6092252.
HSL color Cylindrical-coordinate representation of color #DCF55C: hue angle of 69.8º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCF55C is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 92 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.04 |
| HSL | 69.8º | 0.88% | 0.66% | - |
| HSV(B) | 69.8º | 0.62% | 0.96% | - |
| XYZ | 64.1 | 81.29 | 22.44 | - |
| YUV | 220.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 92 | 0.10 | 0 | 0.62 | 0.04 | 69.8 | 0.88 | 0.66 |
| Hex | DC | F5 | 5C | A | 0 | 3E | 4 | 46 | 58 | 42 |
| Octal | 334 | 365 | 134 | 12 | 0 | 76 | 4 | 106 | 130 | 102 |
| Binary | 11011100 | 11110101 | 1011100 | 1010 | 0 | 111110 | 100 | 1000110 | 1011000 | 1000010 |
Color Harmonies of #DCF55C
Complementary color
Monochromatic Colors of #DCF55C
Black with #DCF55C
Text Example
Text Example
White with #DCF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF55C; }
p { color: rgb(220,245,92); }
H1.HeaderClassName
{
color: #DCF55C;
}
.AnyTagClassName
{
color: #DCF55C;
}
</style>
background-color css
<style>
a { background-color: #DCF55C; }
a { background-color: rgb(220,245,92); }
div.DivClassName
{
background-color: #DCF55C;
}
.BgClassName
{
background-color: #DCF55C;
}
</style>
border-color css
<style>
span { border-color: #DCF55C; }
span { border-color: rgb(220,245,92); }
td.TdClassName
{
border-color: #DCF55C;
}
.TagClassName
{
border-color: #DCF55C;
}
</style>