Shades of Free Speech Green #0BD721
Tints of Free Speech Green #0BD721
RGB
CMYK
RGB Variations
Color information
#0BD721 (or 0x0BD721) is known color: Free Speech Green. HEX triplet: 0B, D7 and 21. RGB value is (11,215,33). Sum of RGB (Red+Green+Blue) = 11+215+33=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 215 (84.38% from 255 or 83.01% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD721 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD721 is #F428DE. Grayscale: #858585. Windows color (decimal): -16001247 or 2217739. OLE color: 2217739.
HSL color Cylindrical-coordinate representation of color #0BD721: hue angle of 126.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD721 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 33 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.16 |
| HSL | 126.47º | 0.9% | 0.44% | - |
| HSV(B) | 126.47º | 0.95% | 0.84% | - |
| XYZ | 24.71 | 48.78 | 9.55 | - |
| YUV | 133.26 | 71.41 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 33 | 0.95 | 0 | 0.85 | 0.16 | 126.47 | 0.9 | 0.44 |
| Hex | B | D7 | 21 | 5F | 0 | 55 | 10 | 7E | 5A | 2C |
| Octal | 13 | 327 | 41 | 137 | 0 | 125 | 20 | 176 | 132 | 54 |
| Binary | 1011 | 11010111 | 100001 | 1011111 | 0 | 1010101 | 10000 | 1111110 | 1011010 | 101100 |
Color Harmonies of #0BD721
Complementary color
Monochromatic Colors of #0BD721
Black with #0BD721
Text Example
Text Example
White with #0BD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD721; }
p { color: rgb(11,215,33); }
H1.HeaderClassName
{
color: #0BD721;
}
.AnyTagClassName
{
color: #0BD721;
}
</style>
background-color css
<style>
a { background-color: #0BD721; }
a { background-color: rgb(11,215,33); }
div.DivClassName
{
background-color: #0BD721;
}
.BgClassName
{
background-color: #0BD721;
}
</style>
border-color css
<style>
span { border-color: #0BD721; }
span { border-color: rgb(11,215,33); }
td.TdClassName
{
border-color: #0BD721;
}
.TagClassName
{
border-color: #0BD721;
}
</style>