Shades of Honeysuckle #DCFE5B
Tints of Honeysuckle #DCFE5B
RGB
CMYK
RGB Variations
Color information
#DCFE5B (or 0xDCFE5B) is known color: Honeysuckle. HEX triplet: DC, FE and 5B. RGB value is (220,254,91). Sum of RGB (Red+Green+Blue) = 220+254+91=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE5B is #2301A4. Grayscale: #E1E1E1. Windows color (decimal): -2294181 or 6029020. OLE color: 6029020.
HSL color Cylindrical-coordinate representation of color #DCFE5B: hue angle of 72.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCFE5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.00 |
| HSL | 72.52º | 0.99% | 0.68% | - |
| HSV(B) | 72.52º | 0.64% | 1% | - |
| XYZ | 66.85 | 86.85 | 23.14 | - |
| YUV | 225.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 91 | 0.13 | 0 | 0.64 | 0.00 | 72.52 | 0.99 | 0.68 |
| Hex | DC | FE | 5B | D | 0 | 40 | 0 | 49 | 63 | 44 |
| Octal | 334 | 376 | 133 | 15 | 0 | 100 | 0 | 111 | 143 | 104 |
| Binary | 11011100 | 11111110 | 1011011 | 1101 | 0 | 1000000 | 0 | 1001001 | 1100011 | 1000100 |
Color Harmonies of #DCFE5B
Complementary color
Monochromatic Colors of #DCFE5B
Black with #DCFE5B
Text Example
Text Example
White with #DCFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE5B; }
p { color: rgb(220,254,91); }
H1.HeaderClassName
{
color: #DCFE5B;
}
.AnyTagClassName
{
color: #DCFE5B;
}
</style>
background-color css
<style>
a { background-color: #DCFE5B; }
a { background-color: rgb(220,254,91); }
div.DivClassName
{
background-color: #DCFE5B;
}
.BgClassName
{
background-color: #DCFE5B;
}
</style>
border-color css
<style>
span { border-color: #DCFE5B; }
span { border-color: rgb(220,254,91); }
td.TdClassName
{
border-color: #DCFE5B;
}
.TagClassName
{
border-color: #DCFE5B;
}
</style>