Shades of Honeysuckle #DCFA5B
Tints of Honeysuckle #DCFA5B
RGB
CMYK
RGB Variations
Color information
#DCFA5B (or 0xDCFA5B) is known color: Honeysuckle. HEX triplet: DC, FA and 5B. RGB value is (220,250,91). Sum of RGB (Red+Green+Blue) = 220+250+91=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA5B is #2305A4. Grayscale: #DFDFDF. Windows color (decimal): -2295205 or 6027996. OLE color: 6027996.
HSL color Cylindrical-coordinate representation of color #DCFA5B: hue angle of 71.32º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCFA5B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 91 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.02 |
| HSL | 71.32º | 0.94% | 0.67% | - |
| HSV(B) | 71.32º | 0.64% | 0.98% | - |
| XYZ | 65.59 | 84.34 | 22.72 | - |
| YUV | 222.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 91 | 0.12 | 0 | 0.64 | 0.02 | 71.32 | 0.94 | 0.67 |
| Hex | DC | FA | 5B | C | 0 | 40 | 2 | 47 | 5E | 43 |
| Octal | 334 | 372 | 133 | 14 | 0 | 100 | 2 | 107 | 136 | 103 |
| Binary | 11011100 | 11111010 | 1011011 | 1100 | 0 | 1000000 | 10 | 1000111 | 1011110 | 1000011 |
Color Harmonies of #DCFA5B
Complementary color
Monochromatic Colors of #DCFA5B
Black with #DCFA5B
Text Example
Text Example
White with #DCFA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA5B; }
p { color: rgb(220,250,91); }
H1.HeaderClassName
{
color: #DCFA5B;
}
.AnyTagClassName
{
color: #DCFA5B;
}
</style>
background-color css
<style>
a { background-color: #DCFA5B; }
a { background-color: rgb(220,250,91); }
div.DivClassName
{
background-color: #DCFA5B;
}
.BgClassName
{
background-color: #DCFA5B;
}
</style>
border-color css
<style>
span { border-color: #DCFA5B; }
span { border-color: rgb(220,250,91); }
td.TdClassName
{
border-color: #DCFA5B;
}
.TagClassName
{
border-color: #DCFA5B;
}
</style>