Shades of Free Speech Green #0BD508
Tints of Free Speech Green #0BD508
RGB
CMYK
RGB Variations
Color information
#0BD508 (or 0x0BD508) is known color: Free Speech Green. HEX triplet: 0B, D5 and 08. RGB value is (11,213,8). Sum of RGB (Red+Green+Blue) = 11+213+8=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 213 (83.59% from 255 or 91.81% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD508 is #F42AF7. Grayscale: #818181. Windows color (decimal): -16001784 or 578827. OLE color: 578827.
HSL color Cylindrical-coordinate representation of color #0BD508: hue angle of 119.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD508 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.16 |
| HSL | 119.12º | 0.93% | 0.43% | - |
| HSV(B) | 119.12º | 0.96% | 0.84% | - |
| XYZ | 23.98 | 47.68 | 8.17 | - |
| YUV | 129.23 | 59.58 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 8 | 0.95 | 0 | 0.96 | 0.16 | 119.12 | 0.93 | 0.43 |
| Hex | B | D5 | 8 | 5F | 0 | 60 | 10 | 77 | 5D | 2B |
| Octal | 13 | 325 | 10 | 137 | 0 | 140 | 20 | 167 | 135 | 53 |
| Binary | 1011 | 11010101 | 1000 | 1011111 | 0 | 1100000 | 10000 | 1110111 | 1011101 | 101011 |
Color Harmonies of #0BD508
Complementary color
Monochromatic Colors of #0BD508
Black with #0BD508
Text Example
Text Example
White with #0BD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD508; }
p { color: rgb(11,213,8); }
H1.HeaderClassName
{
color: #0BD508;
}
.AnyTagClassName
{
color: #0BD508;
}
</style>
background-color css
<style>
a { background-color: #0BD508; }
a { background-color: rgb(11,213,8); }
div.DivClassName
{
background-color: #0BD508;
}
.BgClassName
{
background-color: #0BD508;
}
</style>
border-color css
<style>
span { border-color: #0BD508; }
span { border-color: rgb(11,213,8); }
td.TdClassName
{
border-color: #0BD508;
}
.TagClassName
{
border-color: #0BD508;
}
</style>