Shades of Free Speech Green #0BE722
Tints of Free Speech Green #0BE722
RGB
CMYK
RGB Variations
Color information
#0BE722 (or 0x0BE722) is known color: Free Speech Green. HEX triplet: 0B, E7 and 22. RGB value is (11,231,34). Sum of RGB (Red+Green+Blue) = 11+231+34=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 231 (90.62% from 255 or 83.70% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE722 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE722 is #F418DD. Grayscale: #8F8F8F. Windows color (decimal): -15997150 or 2287371. OLE color: 2287371.
HSL color Cylindrical-coordinate representation of color #0BE722: hue angle of 126.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE722 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 34 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.09 |
| HSL | 126.27º | 0.91% | 0.47% | - |
| HSV(B) | 126.27º | 0.95% | 0.91% | - |
| XYZ | 29 | 57.34 | 11.05 | - |
| YUV | 142.76 | 66.61 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 34 | 0.95 | 0 | 0.85 | 0.09 | 126.27 | 0.91 | 0.47 |
| Hex | B | E7 | 22 | 5F | 0 | 55 | 9 | 7E | 5B | 2F |
| Octal | 13 | 347 | 42 | 137 | 0 | 125 | 11 | 176 | 133 | 57 |
| Binary | 1011 | 11100111 | 100010 | 1011111 | 0 | 1010101 | 1001 | 1111110 | 1011011 | 101111 |
Color Harmonies of #0BE722
Complementary color
Monochromatic Colors of #0BE722
Black with #0BE722
Text Example
Text Example
White with #0BE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE722; }
p { color: rgb(11,231,34); }
H1.HeaderClassName
{
color: #0BE722;
}
.AnyTagClassName
{
color: #0BE722;
}
</style>
background-color css
<style>
a { background-color: #0BE722; }
a { background-color: rgb(11,231,34); }
div.DivClassName
{
background-color: #0BE722;
}
.BgClassName
{
background-color: #0BE722;
}
</style>
border-color css
<style>
span { border-color: #0BE722; }
span { border-color: rgb(11,231,34); }
td.TdClassName
{
border-color: #0BE722;
}
.TagClassName
{
border-color: #0BE722;
}
</style>