Shades of Free Speech Green #0BDD0D
Tints of Free Speech Green #0BDD0D
RGB
CMYK
RGB Variations
Color information
#0BDD0D (or 0x0BDD0D) is known color: Free Speech Green. HEX triplet: 0B, DD and 0D. RGB value is (11,221,13). Sum of RGB (Red+Green+Blue) = 11+221+13=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 221 (86.72% from 255 or 90.20% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDD0D is #F422F2. Grayscale: #878787. Windows color (decimal): -15999731 or 908555. OLE color: 908555.
HSL color Cylindrical-coordinate representation of color #0BDD0D: hue angle of 120.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD0D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.13 |
| HSL | 120.57º | 0.91% | 0.45% | - |
| HSV(B) | 120.57º | 0.95% | 0.87% | - |
| XYZ | 26.07 | 51.81 | 9.01 | - |
| YUV | 134.5 | 59.43 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 13 | 0.95 | 0 | 0.94 | 0.13 | 120.57 | 0.91 | 0.45 |
| Hex | B | DD | D | 5F | 0 | 5E | D | 79 | 5B | 2D |
| Octal | 13 | 335 | 15 | 137 | 0 | 136 | 15 | 171 | 133 | 55 |
| Binary | 1011 | 11011101 | 1101 | 1011111 | 0 | 1011110 | 1101 | 1111001 | 1011011 | 101101 |
Color Harmonies of #0BDD0D
Complementary color
Monochromatic Colors of #0BDD0D
Black with #0BDD0D
Text Example
Text Example
White with #0BDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD0D; }
p { color: rgb(11,221,13); }
H1.HeaderClassName
{
color: #0BDD0D;
}
.AnyTagClassName
{
color: #0BDD0D;
}
</style>
background-color css
<style>
a { background-color: #0BDD0D; }
a { background-color: rgb(11,221,13); }
div.DivClassName
{
background-color: #0BDD0D;
}
.BgClassName
{
background-color: #0BDD0D;
}
</style>
border-color css
<style>
span { border-color: #0BDD0D; }
span { border-color: rgb(11,221,13); }
td.TdClassName
{
border-color: #0BDD0D;
}
.TagClassName
{
border-color: #0BDD0D;
}
</style>