Shades of Honeysuckle #DCFB55
Tints of Honeysuckle #DCFB55
RGB
CMYK
RGB Variations
Color information
#DCFB55 (or 0xDCFB55) is known color: Honeysuckle. HEX triplet: DC, FB and 55. RGB value is (220,251,85). Sum of RGB (Red+Green+Blue) = 220+251+85=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB55 is #2304AA. Grayscale: #DFDFDF. Windows color (decimal): -2294955 or 5635036. OLE color: 5635036.
HSL color Cylindrical-coordinate representation of color #DCFB55: hue angle of 71.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCFB55 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 85 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.02 |
| HSL | 71.2º | 0.95% | 0.66% | - |
| HSV(B) | 71.2º | 0.66% | 0.98% | - |
| XYZ | 65.65 | 84.87 | 21.51 | - |
| YUV | 222.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 85 | 0.12 | 0 | 0.66 | 0.02 | 71.2 | 0.95 | 0.66 |
| Hex | DC | FB | 55 | C | 0 | 42 | 2 | 47 | 5F | 42 |
| Octal | 334 | 373 | 125 | 14 | 0 | 102 | 2 | 107 | 137 | 102 |
| Binary | 11011100 | 11111011 | 1010101 | 1100 | 0 | 1000010 | 10 | 1000111 | 1011111 | 1000010 |
Color Harmonies of #DCFB55
Complementary color
Monochromatic Colors of #DCFB55
Black with #DCFB55
Text Example
Text Example
White with #DCFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB55; }
p { color: rgb(220,251,85); }
H1.HeaderClassName
{
color: #DCFB55;
}
.AnyTagClassName
{
color: #DCFB55;
}
</style>
background-color css
<style>
a { background-color: #DCFB55; }
a { background-color: rgb(220,251,85); }
div.DivClassName
{
background-color: #DCFB55;
}
.BgClassName
{
background-color: #DCFB55;
}
</style>
border-color css
<style>
span { border-color: #DCFB55; }
span { border-color: rgb(220,251,85); }
td.TdClassName
{
border-color: #DCFB55;
}
.TagClassName
{
border-color: #DCFB55;
}
</style>