Shades of Free Speech Green #0BDF19
Tints of Free Speech Green #0BDF19
RGB
CMYK
RGB Variations
Color information
#0BDF19 (or 0x0BDF19) is known color: Free Speech Green. HEX triplet: 0B, DF and 19. RGB value is (11,223,25). Sum of RGB (Red+Green+Blue) = 11+223+25=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDF19 is #F420E6. Grayscale: #898989. Windows color (decimal): -15999207 or 1695499. OLE color: 1695499.
HSL color Cylindrical-coordinate representation of color #0BDF19: hue angle of 123.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF19 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 25 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.13 |
| HSL | 123.96º | 0.91% | 0.46% | - |
| HSV(B) | 123.96º | 0.95% | 0.87% | - |
| XYZ | 26.7 | 52.92 | 9.73 | - |
| YUV | 137.04 | 64.76 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 25 | 0.95 | 0 | 0.89 | 0.13 | 123.96 | 0.91 | 0.46 |
| Hex | B | DF | 19 | 5F | 0 | 59 | D | 7C | 5B | 2E |
| Octal | 13 | 337 | 31 | 137 | 0 | 131 | 15 | 174 | 133 | 56 |
| Binary | 1011 | 11011111 | 11001 | 1011111 | 0 | 1011001 | 1101 | 1111100 | 1011011 | 101110 |
Color Harmonies of #0BDF19
Complementary color
Monochromatic Colors of #0BDF19
Black with #0BDF19
Text Example
Text Example
White with #0BDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF19; }
p { color: rgb(11,223,25); }
H1.HeaderClassName
{
color: #0BDF19;
}
.AnyTagClassName
{
color: #0BDF19;
}
</style>
background-color css
<style>
a { background-color: #0BDF19; }
a { background-color: rgb(11,223,25); }
div.DivClassName
{
background-color: #0BDF19;
}
.BgClassName
{
background-color: #0BDF19;
}
</style>
border-color css
<style>
span { border-color: #0BDF19; }
span { border-color: rgb(11,223,25); }
td.TdClassName
{
border-color: #0BDF19;
}
.TagClassName
{
border-color: #0BDF19;
}
</style>