Shades of Free Speech Green #0BD803
Tints of Free Speech Green #0BD803
RGB
CMYK
RGB Variations
Color information
#0BD803 (or 0x0BD803) is known color: Free Speech Green. HEX triplet: 0B, D8 and 03. RGB value is (11,216,3). Sum of RGB (Red+Green+Blue) = 11+216+3=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 216 (84.77% from 255 or 93.91% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD803 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD803 is #F427FC. Grayscale: #838383. Windows color (decimal): -16001021 or 251915. OLE color: 251915.
HSL color Cylindrical-coordinate representation of color #0BD803: hue angle of 117.75º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BD803 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.15 |
| HSL | 117.75º | 0.97% | 0.43% | - |
| HSV(B) | 117.75º | 0.99% | 0.85% | - |
| XYZ | 24.71 | 49.19 | 8.28 | - |
| YUV | 130.42 | 56.08 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 3 | 0.95 | 0 | 0.99 | 0.15 | 117.75 | 0.97 | 0.43 |
| Hex | B | D8 | 3 | 5F | 0 | 63 | F | 76 | 61 | 2B |
| Octal | 13 | 330 | 3 | 137 | 0 | 143 | 17 | 166 | 141 | 53 |
| Binary | 1011 | 11011000 | 11 | 1011111 | 0 | 1100011 | 1111 | 1110110 | 1100001 | 101011 |
Color Harmonies of #0BD803
Complementary color
Monochromatic Colors of #0BD803
Black with #0BD803
Text Example
Text Example
White with #0BD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD803; }
p { color: rgb(11,216,3); }
H1.HeaderClassName
{
color: #0BD803;
}
.AnyTagClassName
{
color: #0BD803;
}
</style>
background-color css
<style>
a { background-color: #0BD803; }
a { background-color: rgb(11,216,3); }
div.DivClassName
{
background-color: #0BD803;
}
.BgClassName
{
background-color: #0BD803;
}
</style>
border-color css
<style>
span { border-color: #0BD803; }
span { border-color: rgb(11,216,3); }
td.TdClassName
{
border-color: #0BD803;
}
.TagClassName
{
border-color: #0BD803;
}
</style>