Shades of Honeysuckle #DCFE53
Tints of Honeysuckle #DCFE53
RGB
CMYK
RGB Variations
Color information
#DCFE53 (or 0xDCFE53) is known color: Honeysuckle. HEX triplet: DC, FE and 53. RGB value is (220,254,83). Sum of RGB (Red+Green+Blue) = 220+254+83=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 83 (32.81% from 255 or 14.90% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE53 is #2301AC. Grayscale: #E0E0E0. Windows color (decimal): -2294189 or 5504732. OLE color: 5504732.
HSL color Cylindrical-coordinate representation of color #DCFE53: hue angle of 71.93º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCFE53 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 83 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.00 |
| HSL | 71.93º | 0.99% | 0.66% | - |
| HSV(B) | 71.93º | 0.67% | 1% | - |
| XYZ | 66.52 | 86.72 | 21.42 | - |
| YUV | 224.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 83 | 0.13 | 0 | 0.67 | 0.00 | 71.93 | 0.99 | 0.66 |
| Hex | DC | FE | 53 | D | 0 | 43 | 0 | 48 | 63 | 42 |
| Octal | 334 | 376 | 123 | 15 | 0 | 103 | 0 | 110 | 143 | 102 |
| Binary | 11011100 | 11111110 | 1010011 | 1101 | 0 | 1000011 | 0 | 1001000 | 1100011 | 1000010 |
Color Harmonies of #DCFE53
Complementary color
Monochromatic Colors of #DCFE53
Black with #DCFE53
Text Example
Text Example
White with #DCFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE53; }
p { color: rgb(220,254,83); }
H1.HeaderClassName
{
color: #DCFE53;
}
.AnyTagClassName
{
color: #DCFE53;
}
</style>
background-color css
<style>
a { background-color: #DCFE53; }
a { background-color: rgb(220,254,83); }
div.DivClassName
{
background-color: #DCFE53;
}
.BgClassName
{
background-color: #DCFE53;
}
</style>
border-color css
<style>
span { border-color: #DCFE53; }
span { border-color: rgb(220,254,83); }
td.TdClassName
{
border-color: #DCFE53;
}
.TagClassName
{
border-color: #DCFE53;
}
</style>