Shades of Free Speech Green #0BDB0D
Tints of Free Speech Green #0BDB0D
RGB
CMYK
RGB Variations
Color information
#0BDB0D (or 0x0BDB0D) is known color: Free Speech Green. HEX triplet: 0B, DB and 0D. RGB value is (11,219,13). Sum of RGB (Red+Green+Blue) = 11+219+13=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDB0D is #F424F2. Grayscale: #858585. Windows color (decimal): -16000243 or 908043. OLE color: 908043.
HSL color Cylindrical-coordinate representation of color #0BDB0D: hue angle of 120.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDB0D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 219 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.14 |
| HSL | 120.58º | 0.9% | 0.45% | - |
| HSV(B) | 120.58º | 0.95% | 0.86% | - |
| XYZ | 25.54 | 50.76 | 8.83 | - |
| YUV | 133.32 | 60.09 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 219 | 13 | 0.95 | 0 | 0.94 | 0.14 | 120.58 | 0.9 | 0.45 |
| Hex | B | DB | D | 5F | 0 | 5E | E | 79 | 5A | 2D |
| Octal | 13 | 333 | 15 | 137 | 0 | 136 | 16 | 171 | 132 | 55 |
| Binary | 1011 | 11011011 | 1101 | 1011111 | 0 | 1011110 | 1110 | 1111001 | 1011010 | 101101 |
Color Harmonies of #0BDB0D
Complementary color
Monochromatic Colors of #0BDB0D
Black with #0BDB0D
Text Example
Text Example
White with #0BDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDB0D; }
p { color: rgb(11,219,13); }
H1.HeaderClassName
{
color: #0BDB0D;
}
.AnyTagClassName
{
color: #0BDB0D;
}
</style>
background-color css
<style>
a { background-color: #0BDB0D; }
a { background-color: rgb(11,219,13); }
div.DivClassName
{
background-color: #0BDB0D;
}
.BgClassName
{
background-color: #0BDB0D;
}
</style>
border-color css
<style>
span { border-color: #0BDB0D; }
span { border-color: rgb(11,219,13); }
td.TdClassName
{
border-color: #0BDB0D;
}
.TagClassName
{
border-color: #0BDB0D;
}
</style>