Shades of Honeysuckle #DCFE52
Tints of Honeysuckle #DCFE52
RGB
CMYK
RGB Variations
Color information
#DCFE52 (or 0xDCFE52) is known color: Honeysuckle. HEX triplet: DC, FE and 52. RGB value is (220,254,82). Sum of RGB (Red+Green+Blue) = 220+254+82=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE52 is #2301AD. Grayscale: #E0E0E0. Windows color (decimal): -2294190 or 5439196. OLE color: 5439196.
HSL color Cylindrical-coordinate representation of color #DCFE52: hue angle of 71.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCFE52 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 82 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.00 |
| HSL | 71.86º | 0.99% | 0.66% | - |
| HSV(B) | 71.86º | 0.68% | 1% | - |
| XYZ | 66.48 | 86.71 | 21.22 | - |
| YUV | 224.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 82 | 0.13 | 0 | 0.68 | 0.00 | 71.86 | 0.99 | 0.66 |
| Hex | DC | FE | 52 | D | 0 | 44 | 0 | 48 | 63 | 42 |
| Octal | 334 | 376 | 122 | 15 | 0 | 104 | 0 | 110 | 143 | 102 |
| Binary | 11011100 | 11111110 | 1010010 | 1101 | 0 | 1000100 | 0 | 1001000 | 1100011 | 1000010 |
Color Harmonies of #DCFE52
Complementary color
Monochromatic Colors of #DCFE52
Black with #DCFE52
Text Example
Text Example
White with #DCFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE52; }
p { color: rgb(220,254,82); }
H1.HeaderClassName
{
color: #DCFE52;
}
.AnyTagClassName
{
color: #DCFE52;
}
</style>
background-color css
<style>
a { background-color: #DCFE52; }
a { background-color: rgb(220,254,82); }
div.DivClassName
{
background-color: #DCFE52;
}
.BgClassName
{
background-color: #DCFE52;
}
</style>
border-color css
<style>
span { border-color: #DCFE52; }
span { border-color: rgb(220,254,82); }
td.TdClassName
{
border-color: #DCFE52;
}
.TagClassName
{
border-color: #DCFE52;
}
</style>