Shades of Free Speech Green #0BE511
Tints of Free Speech Green #0BE511
RGB
CMYK
RGB Variations
Color information
#0BE511 (or 0x0BE511) is known color: Free Speech Green. HEX triplet: 0B, E5 and 11. RGB value is (11,229,17). Sum of RGB (Red+Green+Blue) = 11+229+17=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 229 (89.84% from 255 or 89.11% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE511 is #F41AEE. Grayscale: #8C8C8C. Windows color (decimal): -15997679 or 1172747. OLE color: 1172747.
HSL color Cylindrical-coordinate representation of color #0BE511: hue angle of 121.65º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE511 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 17 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.10 |
| HSL | 121.65º | 0.91% | 0.47% | - |
| HSV(B) | 121.65º | 0.95% | 0.9% | - |
| XYZ | 28.26 | 56.15 | 9.88 | - |
| YUV | 139.65 | 58.78 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 17 | 0.95 | 0 | 0.93 | 0.10 | 121.65 | 0.91 | 0.47 |
| Hex | B | E5 | 11 | 5F | 0 | 5D | A | 7A | 5B | 2F |
| Octal | 13 | 345 | 21 | 137 | 0 | 135 | 12 | 172 | 133 | 57 |
| Binary | 1011 | 11100101 | 10001 | 1011111 | 0 | 1011101 | 1010 | 1111010 | 1011011 | 101111 |
Color Harmonies of #0BE511
Complementary color
Monochromatic Colors of #0BE511
Black with #0BE511
Text Example
Text Example
White with #0BE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE511; }
p { color: rgb(11,229,17); }
H1.HeaderClassName
{
color: #0BE511;
}
.AnyTagClassName
{
color: #0BE511;
}
</style>
background-color css
<style>
a { background-color: #0BE511; }
a { background-color: rgb(11,229,17); }
div.DivClassName
{
background-color: #0BE511;
}
.BgClassName
{
background-color: #0BE511;
}
</style>
border-color css
<style>
span { border-color: #0BE511; }
span { border-color: rgb(11,229,17); }
td.TdClassName
{
border-color: #0BE511;
}
.TagClassName
{
border-color: #0BE511;
}
</style>