Shades of Free Speech Green #0BDF07
Tints of Free Speech Green #0BDF07
RGB
CMYK
RGB Variations
Color information
#0BDF07 (or 0x0BDF07) is known color: Free Speech Green. HEX triplet: 0B, DF and 07. RGB value is (11,223,7). Sum of RGB (Red+Green+Blue) = 11+223+7=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 223 (87.5% from 255 or 92.53% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDF07 is #F420F8. Grayscale: #878787. Windows color (decimal): -15999225 or 515851. OLE color: 515851.
HSL color Cylindrical-coordinate representation of color #0BDF07: hue angle of 118.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BDF07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.13 |
| HSL | 118.89º | 0.94% | 0.45% | - |
| HSV(B) | 118.89º | 0.97% | 0.87% | - |
| XYZ | 26.56 | 52.86 | 9 | - |
| YUV | 134.99 | 55.76 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 7 | 0.95 | 0 | 0.97 | 0.13 | 118.89 | 0.94 | 0.45 |
| Hex | B | DF | 7 | 5F | 0 | 61 | D | 77 | 5E | 2D |
| Octal | 13 | 337 | 7 | 137 | 0 | 141 | 15 | 167 | 136 | 55 |
| Binary | 1011 | 11011111 | 111 | 1011111 | 0 | 1100001 | 1101 | 1110111 | 1011110 | 101101 |
Color Harmonies of #0BDF07
Complementary color
Monochromatic Colors of #0BDF07
Black with #0BDF07
Text Example
Text Example
White with #0BDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF07; }
p { color: rgb(11,223,7); }
H1.HeaderClassName
{
color: #0BDF07;
}
.AnyTagClassName
{
color: #0BDF07;
}
</style>
background-color css
<style>
a { background-color: #0BDF07; }
a { background-color: rgb(11,223,7); }
div.DivClassName
{
background-color: #0BDF07;
}
.BgClassName
{
background-color: #0BDF07;
}
</style>
border-color css
<style>
span { border-color: #0BDF07; }
span { border-color: rgb(11,223,7); }
td.TdClassName
{
border-color: #0BDF07;
}
.TagClassName
{
border-color: #0BDF07;
}
</style>