Shades of Honeysuckle #DCF453
Tints of Honeysuckle #DCF453
RGB
CMYK
RGB Variations
Color information
#DCF453 (or 0xDCF453) is known color: Honeysuckle. HEX triplet: DC, F4 and 53. RGB value is (220,244,83). Sum of RGB (Red+Green+Blue) = 220+244+83=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 83 (32.81% from 255 or 15.17% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF453 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF453 is #230BAC. Grayscale: #DBDBDB. Windows color (decimal): -2296749 or 5502172. OLE color: 5502172.
HSL color Cylindrical-coordinate representation of color #DCF453: hue angle of 68.94º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCF453 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 83 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.04 |
| HSL | 68.94º | 0.88% | 0.64% | - |
| HSV(B) | 68.94º | 0.66% | 0.96% | - |
| XYZ | 63.43 | 80.54 | 20.39 | - |
| YUV | 218.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 83 | 0.10 | 0 | 0.66 | 0.04 | 68.94 | 0.88 | 0.64 |
| Hex | DC | F4 | 53 | A | 0 | 42 | 4 | 45 | 58 | 40 |
| Octal | 334 | 364 | 123 | 12 | 0 | 102 | 4 | 105 | 130 | 100 |
| Binary | 11011100 | 11110100 | 1010011 | 1010 | 0 | 1000010 | 100 | 1000101 | 1011000 | 1000000 |
Color Harmonies of #DCF453
Complementary color
Monochromatic Colors of #DCF453
Black with #DCF453
Text Example
Text Example
White with #DCF453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF453; }
p { color: rgb(220,244,83); }
H1.HeaderClassName
{
color: #DCF453;
}
.AnyTagClassName
{
color: #DCF453;
}
</style>
background-color css
<style>
a { background-color: #DCF453; }
a { background-color: rgb(220,244,83); }
div.DivClassName
{
background-color: #DCF453;
}
.BgClassName
{
background-color: #DCF453;
}
</style>
border-color css
<style>
span { border-color: #DCF453; }
span { border-color: rgb(220,244,83); }
td.TdClassName
{
border-color: #DCF453;
}
.TagClassName
{
border-color: #DCF453;
}
</style>