Shades of Free Speech Green #0BD807
Tints of Free Speech Green #0BD807
RGB
CMYK
RGB Variations
Color information
#0BD807 (or 0x0BD807) is known color: Free Speech Green. HEX triplet: 0B, D8 and 07. RGB value is (11,216,7). Sum of RGB (Red+Green+Blue) = 11+216+7=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 216 (84.77% from 255 or 92.31% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD807 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD807 is #F427F8. Grayscale: #838383. Windows color (decimal): -16001017 or 514059. OLE color: 514059.
HSL color Cylindrical-coordinate representation of color #0BD807: hue angle of 118.85º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BD807 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.15 |
| HSL | 118.85º | 0.94% | 0.44% | - |
| HSV(B) | 118.85º | 0.97% | 0.85% | - |
| XYZ | 24.73 | 49.2 | 8.39 | - |
| YUV | 130.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 7 | 0.95 | 0 | 0.97 | 0.15 | 118.85 | 0.94 | 0.44 |
| Hex | B | D8 | 7 | 5F | 0 | 61 | F | 77 | 5E | 2C |
| Octal | 13 | 330 | 7 | 137 | 0 | 141 | 17 | 167 | 136 | 54 |
| Binary | 1011 | 11011000 | 111 | 1011111 | 0 | 1100001 | 1111 | 1110111 | 1011110 | 101100 |
Color Harmonies of #0BD807
Complementary color
Monochromatic Colors of #0BD807
Black with #0BD807
Text Example
Text Example
White with #0BD807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD807; }
p { color: rgb(11,216,7); }
H1.HeaderClassName
{
color: #0BD807;
}
.AnyTagClassName
{
color: #0BD807;
}
</style>
background-color css
<style>
a { background-color: #0BD807; }
a { background-color: rgb(11,216,7); }
div.DivClassName
{
background-color: #0BD807;
}
.BgClassName
{
background-color: #0BD807;
}
</style>
border-color css
<style>
span { border-color: #0BD807; }
span { border-color: rgb(11,216,7); }
td.TdClassName
{
border-color: #0BD807;
}
.TagClassName
{
border-color: #0BD807;
}
</style>