Shades of Honeysuckle #DCF45A
Tints of Honeysuckle #DCF45A
RGB
CMYK
RGB Variations
Color information
#DCF45A (or 0xDCF45A) is known color: Honeysuckle. HEX triplet: DC, F4 and 5A. RGB value is (220,244,90). Sum of RGB (Red+Green+Blue) = 220+244+90=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF45A is #230BA5. Grayscale: #DBDBDB. Windows color (decimal): -2296742 or 5960924. OLE color: 5960924.
HSL color Cylindrical-coordinate representation of color #DCF45A: hue angle of 69.35º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCF45A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 90 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.04 |
| HSL | 69.35º | 0.88% | 0.65% | - |
| HSV(B) | 69.35º | 0.63% | 0.96% | - |
| XYZ | 63.71 | 80.66 | 21.88 | - |
| YUV | 219.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 90 | 0.10 | 0 | 0.63 | 0.04 | 69.35 | 0.88 | 0.65 |
| Hex | DC | F4 | 5A | A | 0 | 3F | 4 | 45 | 58 | 41 |
| Octal | 334 | 364 | 132 | 12 | 0 | 77 | 4 | 105 | 130 | 101 |
| Binary | 11011100 | 11110100 | 1011010 | 1010 | 0 | 111111 | 100 | 1000101 | 1011000 | 1000001 |
Color Harmonies of #DCF45A
Complementary color
Monochromatic Colors of #DCF45A
Black with #DCF45A
Text Example
Text Example
White with #DCF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF45A; }
p { color: rgb(220,244,90); }
H1.HeaderClassName
{
color: #DCF45A;
}
.AnyTagClassName
{
color: #DCF45A;
}
</style>
background-color css
<style>
a { background-color: #DCF45A; }
a { background-color: rgb(220,244,90); }
div.DivClassName
{
background-color: #DCF45A;
}
.BgClassName
{
background-color: #DCF45A;
}
</style>
border-color css
<style>
span { border-color: #DCF45A; }
span { border-color: rgb(220,244,90); }
td.TdClassName
{
border-color: #DCF45A;
}
.TagClassName
{
border-color: #DCF45A;
}
</style>