Shades of Free Speech Green #0BCD07
Tints of Free Speech Green #0BCD07
RGB
CMYK
RGB Variations
Color information
#0BCD07 (or 0x0BCD07) is known color: Free Speech Green. HEX triplet: 0B, CD and 07. RGB value is (11,205,7). Sum of RGB (Red+Green+Blue) = 11+205+7=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 205 (80.47% from 255 or 91.93% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCD07 is #F432F8. Grayscale: #7D7D7D. Windows color (decimal): -16003833 or 511243. OLE color: 511243.
HSL color Cylindrical-coordinate representation of color #0BCD07: hue angle of 118.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BCD07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.20 |
| HSL | 118.79º | 0.93% | 0.42% | - |
| HSV(B) | 118.79º | 0.97% | 0.8% | - |
| XYZ | 22.01 | 43.75 | 7.49 | - |
| YUV | 124.42 | 61.73 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 7 | 0.95 | 0 | 0.97 | 0.20 | 118.79 | 0.93 | 0.42 |
| Hex | B | CD | 7 | 5F | 0 | 61 | 14 | 77 | 5D | 2A |
| Octal | 13 | 315 | 7 | 137 | 0 | 141 | 24 | 167 | 135 | 52 |
| Binary | 1011 | 11001101 | 111 | 1011111 | 0 | 1100001 | 10100 | 1110111 | 1011101 | 101010 |
Color Harmonies of #0BCD07
Complementary color
Monochromatic Colors of #0BCD07
Black with #0BCD07
Text Example
Text Example
White with #0BCD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD07; }
p { color: rgb(11,205,7); }
H1.HeaderClassName
{
color: #0BCD07;
}
.AnyTagClassName
{
color: #0BCD07;
}
</style>
background-color css
<style>
a { background-color: #0BCD07; }
a { background-color: rgb(11,205,7); }
div.DivClassName
{
background-color: #0BCD07;
}
.BgClassName
{
background-color: #0BCD07;
}
</style>
border-color css
<style>
span { border-color: #0BCD07; }
span { border-color: rgb(11,205,7); }
td.TdClassName
{
border-color: #0BCD07;
}
.TagClassName
{
border-color: #0BCD07;
}
</style>