Shades of Honeysuckle #DCFE4F
Tints of Honeysuckle #DCFE4F
RGB
CMYK
RGB Variations
Color information
#DCFE4F (or 0xDCFE4F) is known color: Honeysuckle. HEX triplet: DC, FE and 4F. RGB value is (220,254,79). Sum of RGB (Red+Green+Blue) = 220+254+79=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 79 (31.25% from 255 or 14.29% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE4F is #2301B0. Grayscale: #E0E0E0. Windows color (decimal): -2294193 or 5242588. OLE color: 5242588.
HSL color Cylindrical-coordinate representation of color #DCFE4F: hue angle of 71.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCFE4F is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 79 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.00 |
| HSL | 71.66º | 0.99% | 0.65% | - |
| HSV(B) | 71.66º | 0.69% | 1% | - |
| XYZ | 66.37 | 86.66 | 20.63 | - |
| YUV | 223.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 79 | 0.13 | 0 | 0.69 | 0.00 | 71.66 | 0.99 | 0.65 |
| Hex | DC | FE | 4F | D | 0 | 45 | 0 | 48 | 63 | 41 |
| Octal | 334 | 376 | 117 | 15 | 0 | 105 | 0 | 110 | 143 | 101 |
| Binary | 11011100 | 11111110 | 1001111 | 1101 | 0 | 1000101 | 0 | 1001000 | 1100011 | 1000001 |
Color Harmonies of #DCFE4F
Complementary color
Monochromatic Colors of #DCFE4F
Black with #DCFE4F
Text Example
Text Example
White with #DCFE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE4F; }
p { color: rgb(220,254,79); }
H1.HeaderClassName
{
color: #DCFE4F;
}
.AnyTagClassName
{
color: #DCFE4F;
}
</style>
background-color css
<style>
a { background-color: #DCFE4F; }
a { background-color: rgb(220,254,79); }
div.DivClassName
{
background-color: #DCFE4F;
}
.BgClassName
{
background-color: #DCFE4F;
}
</style>
border-color css
<style>
span { border-color: #DCFE4F; }
span { border-color: rgb(220,254,79); }
td.TdClassName
{
border-color: #DCFE4F;
}
.TagClassName
{
border-color: #DCFE4F;
}
</style>