Shades of Free Speech Green #0BD507
Tints of Free Speech Green #0BD507
RGB
CMYK
RGB Variations
Color information
#0BD507 (or 0x0BD507) is known color: Free Speech Green. HEX triplet: 0B, D5 and 07. RGB value is (11,213,7). Sum of RGB (Red+Green+Blue) = 11+213+7=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 213 (83.59% from 255 or 92.21% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD507 is #F42AF8. Grayscale: #818181. Windows color (decimal): -16001785 or 513291. OLE color: 513291.
HSL color Cylindrical-coordinate representation of color #0BD507: hue angle of 118.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BD507 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.16 |
| HSL | 118.83º | 0.94% | 0.43% | - |
| HSV(B) | 118.83º | 0.97% | 0.84% | - |
| XYZ | 23.97 | 47.67 | 8.14 | - |
| YUV | 129.12 | 59.08 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 7 | 0.95 | 0 | 0.97 | 0.16 | 118.83 | 0.94 | 0.43 |
| Hex | B | D5 | 7 | 5F | 0 | 61 | 10 | 77 | 5E | 2B |
| Octal | 13 | 325 | 7 | 137 | 0 | 141 | 20 | 167 | 136 | 53 |
| Binary | 1011 | 11010101 | 111 | 1011111 | 0 | 1100001 | 10000 | 1110111 | 1011110 | 101011 |
Color Harmonies of #0BD507
Complementary color
Monochromatic Colors of #0BD507
Black with #0BD507
Text Example
Text Example
White with #0BD507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD507; }
p { color: rgb(11,213,7); }
H1.HeaderClassName
{
color: #0BD507;
}
.AnyTagClassName
{
color: #0BD507;
}
</style>
background-color css
<style>
a { background-color: #0BD507; }
a { background-color: rgb(11,213,7); }
div.DivClassName
{
background-color: #0BD507;
}
.BgClassName
{
background-color: #0BD507;
}
</style>
border-color css
<style>
span { border-color: #0BD507; }
span { border-color: rgb(11,213,7); }
td.TdClassName
{
border-color: #0BD507;
}
.TagClassName
{
border-color: #0BD507;
}
</style>