Shades of Bright Green #56F115
Tints of Bright Green #56F115
RGB
CMYK
RGB Variations
Color information
#56F115 (or 0x56F115) is known color: Bright Green. HEX triplet: 56, F1 and 15. RGB value is (86,241,21). Sum of RGB (Red+Green+Blue) = 86+241+21=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #56F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #56F115 is #A90EEA. Grayscale: #AAAAAA. Windows color (decimal): -11079403 or 1438038. OLE color: 1438038.
HSL color Cylindrical-coordinate representation of color #56F115: hue angle of 102.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56F115 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 241 | 21 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.05 |
| HSL | 102.27º | 0.89% | 0.51% | - |
| HSV(B) | 102.27º | 0.91% | 0.95% | - |
| XYZ | 35.43 | 64.94 | 11.38 | - |
| YUV | 169.58 | 44.15 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 241 | 21 | 0.64 | 0 | 0.91 | 0.05 | 102.27 | 0.89 | 0.51 |
| Hex | 56 | F1 | 15 | 40 | 0 | 5B | 5 | 66 | 59 | 33 |
| Octal | 126 | 361 | 25 | 100 | 0 | 133 | 5 | 146 | 131 | 63 |
| Binary | 1010110 | 11110001 | 10101 | 1000000 | 0 | 1011011 | 101 | 1100110 | 1011001 | 110011 |
Color Harmonies of #56F115
Complementary color
Monochromatic Colors of #56F115
Black with #56F115
Text Example
Text Example
White with #56F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F115; }
p { color: rgb(86,241,21); }
H1.HeaderClassName
{
color: #56F115;
}
.AnyTagClassName
{
color: #56F115;
}
</style>
background-color css
<style>
a { background-color: #56F115; }
a { background-color: rgb(86,241,21); }
div.DivClassName
{
background-color: #56F115;
}
.BgClassName
{
background-color: #56F115;
}
</style>
border-color css
<style>
span { border-color: #56F115; }
span { border-color: rgb(86,241,21); }
td.TdClassName
{
border-color: #56F115;
}
.TagClassName
{
border-color: #56F115;
}
</style>