Shades of Honeysuckle #DCFF4A
Tints of Honeysuckle #DCFF4A
RGB
CMYK
RGB Variations
Color information
#DCFF4A (or 0xDCFF4A) is known color: Honeysuckle. HEX triplet: DC, FF and 4A. RGB value is (220,255,74). Sum of RGB (Red+Green+Blue) = 220+255+74=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF4A is #2300B5. Grayscale: #E0E0E0. Windows color (decimal): -2293942 or 4915164. OLE color: 4915164.
HSL color Cylindrical-coordinate representation of color #DCFF4A: hue angle of 71.6º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCFF4A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 74 | - |
| CMYK | 0.14 | 0 | 0.71 | 0 |
| HSL | 71.6º | 1% | 0.65% | - |
| HSV(B) | 71.6º | 0.71% | 1% | - |
| XYZ | 66.51 | 87.23 | 19.81 | - |
| YUV | 223.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 74 | 0.14 | 0 | 0.71 | 0 | 71.6 | 1 | 0.65 |
| Hex | DC | FF | 4A | E | 0 | 47 | 0 | 48 | 64 | 41 |
| Octal | 334 | 377 | 112 | 16 | 0 | 107 | 0 | 110 | 144 | 101 |
| Binary | 11011100 | 11111111 | 1001010 | 1110 | 0 | 1000111 | 0 | 1001000 | 1100100 | 1000001 |
Color Harmonies of #DCFF4A
Complementary color
Monochromatic Colors of #DCFF4A
Black with #DCFF4A
Text Example
Text Example
White with #DCFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF4A; }
p { color: rgb(220,255,74); }
H1.HeaderClassName
{
color: #DCFF4A;
}
.AnyTagClassName
{
color: #DCFF4A;
}
</style>
background-color css
<style>
a { background-color: #DCFF4A; }
a { background-color: rgb(220,255,74); }
div.DivClassName
{
background-color: #DCFF4A;
}
.BgClassName
{
background-color: #DCFF4A;
}
</style>
border-color css
<style>
span { border-color: #DCFF4A; }
span { border-color: rgb(220,255,74); }
td.TdClassName
{
border-color: #DCFF4A;
}
.TagClassName
{
border-color: #DCFF4A;
}
</style>