Shades of Free Speech Green #0BCF08
Tints of Free Speech Green #0BCF08
RGB
CMYK
RGB Variations
Color information
#0BCF08 (or 0x0BCF08) is known color: Free Speech Green. HEX triplet: 0B, CF and 08. RGB value is (11,207,8). Sum of RGB (Red+Green+Blue) = 11+207+8=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 207 (81.25% from 255 or 91.59% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCF08 is #F430F7. Grayscale: #7E7E7E. Windows color (decimal): -16003320 or 577291. OLE color: 577291.
HSL color Cylindrical-coordinate representation of color #0BCF08: hue angle of 119.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCF08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.19 |
| HSL | 119.1º | 0.93% | 0.42% | - |
| HSV(B) | 119.1º | 0.96% | 0.81% | - |
| XYZ | 22.49 | 44.71 | 7.67 | - |
| YUV | 125.71 | 61.57 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 8 | 0.95 | 0 | 0.96 | 0.19 | 119.1 | 0.93 | 0.42 |
| Hex | B | CF | 8 | 5F | 0 | 60 | 13 | 77 | 5D | 2A |
| Octal | 13 | 317 | 10 | 137 | 0 | 140 | 23 | 167 | 135 | 52 |
| Binary | 1011 | 11001111 | 1000 | 1011111 | 0 | 1100000 | 10011 | 1110111 | 1011101 | 101010 |
Color Harmonies of #0BCF08
Complementary color
Monochromatic Colors of #0BCF08
Black with #0BCF08
Text Example
Text Example
White with #0BCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF08; }
p { color: rgb(11,207,8); }
H1.HeaderClassName
{
color: #0BCF08;
}
.AnyTagClassName
{
color: #0BCF08;
}
</style>
background-color css
<style>
a { background-color: #0BCF08; }
a { background-color: rgb(11,207,8); }
div.DivClassName
{
background-color: #0BCF08;
}
.BgClassName
{
background-color: #0BCF08;
}
</style>
border-color css
<style>
span { border-color: #0BCF08; }
span { border-color: rgb(11,207,8); }
td.TdClassName
{
border-color: #0BCF08;
}
.TagClassName
{
border-color: #0BCF08;
}
</style>