Shades of Bright Green #56F221
Tints of Bright Green #56F221
RGB
CMYK
RGB Variations
Color information
#56F221 (or 0x56F221) is known color: Bright Green. HEX triplet: 56, F2 and 21. RGB value is (86,242,33). Sum of RGB (Red+Green+Blue) = 86+242+33=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #56F221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56F221 is #A90DDE. Grayscale: #ACACAC. Windows color (decimal): -11079135 or 2224726. OLE color: 2224726.
HSL color Cylindrical-coordinate representation of color #56F221: hue angle of 104.78º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56F221 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 33 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.05 |
| HSL | 104.78º | 0.89% | 0.54% | - |
| HSV(B) | 104.78º | 0.86% | 0.95% | - |
| XYZ | 35.86 | 65.59 | 12.21 | - |
| YUV | 171.53 | 49.82 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 33 | 0.64 | 0 | 0.86 | 0.05 | 104.78 | 0.89 | 0.54 |
| Hex | 56 | F2 | 21 | 40 | 0 | 56 | 5 | 69 | 59 | 36 |
| Octal | 126 | 362 | 41 | 100 | 0 | 126 | 5 | 151 | 131 | 66 |
| Binary | 1010110 | 11110010 | 100001 | 1000000 | 0 | 1010110 | 101 | 1101001 | 1011001 | 110110 |
Color Harmonies of #56F221
Complementary color
Monochromatic Colors of #56F221
Black with #56F221
Text Example
Text Example
White with #56F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F221; }
p { color: rgb(86,242,33); }
H1.HeaderClassName
{
color: #56F221;
}
.AnyTagClassName
{
color: #56F221;
}
</style>
background-color css
<style>
a { background-color: #56F221; }
a { background-color: rgb(86,242,33); }
div.DivClassName
{
background-color: #56F221;
}
.BgClassName
{
background-color: #56F221;
}
</style>
border-color css
<style>
span { border-color: #56F221; }
span { border-color: rgb(86,242,33); }
td.TdClassName
{
border-color: #56F221;
}
.TagClassName
{
border-color: #56F221;
}
</style>