Shades of Free Speech Green #0BD305
Tints of Free Speech Green #0BD305
RGB
CMYK
RGB Variations
Color information
#0BD305 (or 0x0BD305) is known color: Free Speech Green. HEX triplet: 0B, D3 and 05. RGB value is (11,211,5). Sum of RGB (Red+Green+Blue) = 11+211+5=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 211 (82.81% from 255 or 92.95% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD305 is #F42CFA. Grayscale: #808080. Windows color (decimal): -16002299 or 381707. OLE color: 381707.
HSL color Cylindrical-coordinate representation of color #0BD305: hue angle of 118.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BD305 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.17 |
| HSL | 118.25º | 0.95% | 0.42% | - |
| HSV(B) | 118.25º | 0.98% | 0.83% | - |
| XYZ | 23.46 | 46.67 | 7.92 | - |
| YUV | 127.72 | 58.74 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 5 | 0.95 | 0 | 0.98 | 0.17 | 118.25 | 0.95 | 0.42 |
| Hex | B | D3 | 5 | 5F | 0 | 62 | 11 | 76 | 5F | 2A |
| Octal | 13 | 323 | 5 | 137 | 0 | 142 | 21 | 166 | 137 | 52 |
| Binary | 1011 | 11010011 | 101 | 1011111 | 0 | 1100010 | 10001 | 1110110 | 1011111 | 101010 |
Color Harmonies of #0BD305
Complementary color
Monochromatic Colors of #0BD305
Black with #0BD305
Text Example
Text Example
White with #0BD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD305; }
p { color: rgb(11,211,5); }
H1.HeaderClassName
{
color: #0BD305;
}
.AnyTagClassName
{
color: #0BD305;
}
</style>
background-color css
<style>
a { background-color: #0BD305; }
a { background-color: rgb(11,211,5); }
div.DivClassName
{
background-color: #0BD305;
}
.BgClassName
{
background-color: #0BD305;
}
</style>
border-color css
<style>
span { border-color: #0BD305; }
span { border-color: rgb(11,211,5); }
td.TdClassName
{
border-color: #0BD305;
}
.TagClassName
{
border-color: #0BD305;
}
</style>