Shades of Free Speech Green #0BD007
Tints of Free Speech Green #0BD007
RGB
CMYK
RGB Variations
Color information
#0BD007 (or 0x0BD007) is known color: Free Speech Green. HEX triplet: 0B, D0 and 07. RGB value is (11,208,7). Sum of RGB (Red+Green+Blue) = 11+208+7=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 208 (81.64% from 255 or 92.04% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD007 is #F42FF8. Grayscale: #7E7E7E. Windows color (decimal): -16003065 or 512011. OLE color: 512011.
HSL color Cylindrical-coordinate representation of color #0BD007: hue angle of 118.81º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BD007 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 208 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.18 |
| HSL | 118.81º | 0.93% | 0.42% | - |
| HSV(B) | 118.81º | 0.97% | 0.82% | - |
| XYZ | 22.73 | 45.2 | 7.73 | - |
| YUV | 126.18 | 60.73 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 208 | 7 | 0.95 | 0 | 0.97 | 0.18 | 118.81 | 0.93 | 0.42 |
| Hex | B | D0 | 7 | 5F | 0 | 61 | 12 | 77 | 5D | 2A |
| Octal | 13 | 320 | 7 | 137 | 0 | 141 | 22 | 167 | 135 | 52 |
| Binary | 1011 | 11010000 | 111 | 1011111 | 0 | 1100001 | 10010 | 1110111 | 1011101 | 101010 |
Color Harmonies of #0BD007
Complementary color
Monochromatic Colors of #0BD007
Black with #0BD007
Text Example
Text Example
White with #0BD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD007; }
p { color: rgb(11,208,7); }
H1.HeaderClassName
{
color: #0BD007;
}
.AnyTagClassName
{
color: #0BD007;
}
</style>
background-color css
<style>
a { background-color: #0BD007; }
a { background-color: rgb(11,208,7); }
div.DivClassName
{
background-color: #0BD007;
}
.BgClassName
{
background-color: #0BD007;
}
</style>
border-color css
<style>
span { border-color: #0BD007; }
span { border-color: rgb(11,208,7); }
td.TdClassName
{
border-color: #0BD007;
}
.TagClassName
{
border-color: #0BD007;
}
</style>