Shades of Honeysuckle #DCFE55
Tints of Honeysuckle #DCFE55
RGB
CMYK
RGB Variations
Color information
#DCFE55 (or 0xDCFE55) is known color: Honeysuckle. HEX triplet: DC, FE and 55. RGB value is (220,254,85). Sum of RGB (Red+Green+Blue) = 220+254+85=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE55 is #2301AA. Grayscale: #E1E1E1. Windows color (decimal): -2294187 or 5635804. OLE color: 5635804.
HSL color Cylindrical-coordinate representation of color #DCFE55: hue angle of 72.07º 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 #DCFE55 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 85 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.00 |
| HSL | 72.07º | 0.99% | 0.66% | - |
| HSV(B) | 72.07º | 0.67% | 1% | - |
| XYZ | 66.6 | 86.76 | 21.83 | - |
| YUV | 224.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 85 | 0.13 | 0 | 0.67 | 0.00 | 72.07 | 0.99 | 0.66 |
| Hex | DC | FE | 55 | D | 0 | 43 | 0 | 48 | 63 | 42 |
| Octal | 334 | 376 | 125 | 15 | 0 | 103 | 0 | 110 | 143 | 102 |
| Binary | 11011100 | 11111110 | 1010101 | 1101 | 0 | 1000011 | 0 | 1001000 | 1100011 | 1000010 |
Color Harmonies of #DCFE55
Complementary color
Monochromatic Colors of #DCFE55
Black with #DCFE55
Text Example
Text Example
White with #DCFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE55; }
p { color: rgb(220,254,85); }
H1.HeaderClassName
{
color: #DCFE55;
}
.AnyTagClassName
{
color: #DCFE55;
}
</style>
background-color css
<style>
a { background-color: #DCFE55; }
a { background-color: rgb(220,254,85); }
div.DivClassName
{
background-color: #DCFE55;
}
.BgClassName
{
background-color: #DCFE55;
}
</style>
border-color css
<style>
span { border-color: #DCFE55; }
span { border-color: rgb(220,254,85); }
td.TdClassName
{
border-color: #DCFE55;
}
.TagClassName
{
border-color: #DCFE55;
}
</style>