Shades of Honeysuckle #DCF45C
Tints of Honeysuckle #DCF45C
RGB
CMYK
RGB Variations
Color information
#DCF45C (or 0xDCF45C) is known color: Honeysuckle. HEX triplet: DC, F4 and 5C. RGB value is (220,244,92). Sum of RGB (Red+Green+Blue) = 220+244+92=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF45C is #230BA3. Grayscale: #DCDCDC. Windows color (decimal): -2296740 or 6091996. OLE color: 6091996.
HSL color Cylindrical-coordinate representation of color #DCF45C: hue angle of 69.47º degrees, saturation: 0.87, 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 #DCF45C is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 92 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.04 |
| HSL | 69.47º | 0.87% | 0.66% | - |
| HSV(B) | 69.47º | 0.62% | 0.96% | - |
| XYZ | 63.8 | 80.69 | 22.34 | - |
| YUV | 219.5 | 56.05 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 92 | 0.10 | 0 | 0.62 | 0.04 | 69.47 | 0.87 | 0.66 |
| Hex | DC | F4 | 5C | A | 0 | 3E | 4 | 45 | 57 | 42 |
| Octal | 334 | 364 | 134 | 12 | 0 | 76 | 4 | 105 | 127 | 102 |
| Binary | 11011100 | 11110100 | 1011100 | 1010 | 0 | 111110 | 100 | 1000101 | 1010111 | 1000010 |
Color Harmonies of #DCF45C
Complementary color
Monochromatic Colors of #DCF45C
Black with #DCF45C
Text Example
Text Example
White with #DCF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF45C; }
p { color: rgb(220,244,92); }
H1.HeaderClassName
{
color: #DCF45C;
}
.AnyTagClassName
{
color: #DCF45C;
}
</style>
background-color css
<style>
a { background-color: #DCF45C; }
a { background-color: rgb(220,244,92); }
div.DivClassName
{
background-color: #DCF45C;
}
.BgClassName
{
background-color: #DCF45C;
}
</style>
border-color css
<style>
span { border-color: #DCF45C; }
span { border-color: rgb(220,244,92); }
td.TdClassName
{
border-color: #DCF45C;
}
.TagClassName
{
border-color: #DCF45C;
}
</style>