Shades of Free Speech Green #0BD600
Tints of Free Speech Green #0BD600
RGB
CMYK
RGB Variations
Color information
#0BD600 (or 0x0BD600) is known color: Free Speech Green. HEX triplet: 0B, D6 and 00. RGB value is (11,214,0). Sum of RGB (Red+Green+Blue) = 11+214+0=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 214 (83.98% from 255 or 95.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD600 is #F429FF. Grayscale: #818181. Windows color (decimal): -16001536 or 54795. OLE color: 54795.
HSL color Cylindrical-coordinate representation of color #0BD600: hue angle of 116.92º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BD600 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.16 |
| HSL | 116.92º | 1% | 0.42% | - |
| HSV(B) | 116.92º | 1% | 0.84% | - |
| XYZ | 24.18 | 48.16 | 8.02 | - |
| YUV | 128.91 | 55.25 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 0 | 0.95 | 0 | 1 | 0.16 | 116.92 | 1 | 0.42 |
| Hex | B | D6 | 0 | 5F | 0 | 64 | 10 | 75 | 64 | 2A |
| Octal | 13 | 326 | 0 | 137 | 0 | 144 | 20 | 165 | 144 | 52 |
| Binary | 1011 | 11010110 | 0 | 1011111 | 0 | 1100100 | 10000 | 1110101 | 1100100 | 101010 |
Color Harmonies of #0BD600
Complementary color
Monochromatic Colors of #0BD600
Black with #0BD600
Text Example
Text Example
White with #0BD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD600; }
p { color: rgb(11,214,0); }
H1.HeaderClassName
{
color: #0BD600;
}
.AnyTagClassName
{
color: #0BD600;
}
</style>
background-color css
<style>
a { background-color: #0BD600; }
a { background-color: rgb(11,214,0); }
div.DivClassName
{
background-color: #0BD600;
}
.BgClassName
{
background-color: #0BD600;
}
</style>
border-color css
<style>
span { border-color: #0BD600; }
span { border-color: rgb(11,214,0); }
td.TdClassName
{
border-color: #0BD600;
}
.TagClassName
{
border-color: #0BD600;
}
</style>