Shades of Free Speech Green #0BDA07
Tints of Free Speech Green #0BDA07
RGB
CMYK
RGB Variations
Color information
#0BDA07 (or 0x0BDA07) is known color: Free Speech Green. HEX triplet: 0B, DA and 07. RGB value is (11,218,7). Sum of RGB (Red+Green+Blue) = 11+218+7=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 218 (85.55% from 255 or 92.37% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDA07 is #F425F8. Grayscale: #848484. Windows color (decimal): -16000505 or 514571. OLE color: 514571.
HSL color Cylindrical-coordinate representation of color #0BDA07: hue angle of 118.86º 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 #0BDA07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.15 |
| HSL | 118.86º | 0.94% | 0.44% | - |
| HSV(B) | 118.86º | 0.97% | 0.85% | - |
| XYZ | 25.25 | 50.23 | 8.57 | - |
| YUV | 132.05 | 57.42 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 7 | 0.95 | 0 | 0.97 | 0.15 | 118.86 | 0.94 | 0.44 |
| Hex | B | DA | 7 | 5F | 0 | 61 | F | 77 | 5E | 2C |
| Octal | 13 | 332 | 7 | 137 | 0 | 141 | 17 | 167 | 136 | 54 |
| Binary | 1011 | 11011010 | 111 | 1011111 | 0 | 1100001 | 1111 | 1110111 | 1011110 | 101100 |
Color Harmonies of #0BDA07
Complementary color
Monochromatic Colors of #0BDA07
Black with #0BDA07
Text Example
Text Example
White with #0BDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA07; }
p { color: rgb(11,218,7); }
H1.HeaderClassName
{
color: #0BDA07;
}
.AnyTagClassName
{
color: #0BDA07;
}
</style>
background-color css
<style>
a { background-color: #0BDA07; }
a { background-color: rgb(11,218,7); }
div.DivClassName
{
background-color: #0BDA07;
}
.BgClassName
{
background-color: #0BDA07;
}
</style>
border-color css
<style>
span { border-color: #0BDA07; }
span { border-color: rgb(11,218,7); }
td.TdClassName
{
border-color: #0BDA07;
}
.TagClassName
{
border-color: #0BDA07;
}
</style>