Shades of Free Speech Green #0DFB11
Tints of Free Speech Green #0DFB11
RGB
CMYK
RGB Variations
Color information
#0DFB11 (or 0x0DFB11) is known color: Free Speech Green. HEX triplet: 0D, FB and 11. RGB value is (13,251,17). Sum of RGB (Red+Green+Blue) = 13+251+17=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 251 (98.44% from 255 or 89.32% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFB11 is #F204EE. Grayscale: #999999. Windows color (decimal): -15860975 or 1178381. OLE color: 1178381.
HSL color Cylindrical-coordinate representation of color #0DFB11: hue angle of 121.01º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB11 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 17 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.02 |
| HSL | 121.01º | 0.97% | 0.52% | - |
| HSV(B) | 121.01º | 0.95% | 0.98% | - |
| XYZ | 34.76 | 69.12 | 12.04 | - |
| YUV | 153.16 | 51.15 | 28.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 17 | 0.95 | 0 | 0.93 | 0.02 | 121.01 | 0.97 | 0.52 |
| Hex | D | FB | 11 | 5F | 0 | 5D | 2 | 79 | 61 | 34 |
| Octal | 15 | 373 | 21 | 137 | 0 | 135 | 2 | 171 | 141 | 64 |
| Binary | 1101 | 11111011 | 10001 | 1011111 | 0 | 1011101 | 10 | 1111001 | 1100001 | 110100 |
Color Harmonies of #0DFB11
Complementary color
Monochromatic Colors of #0DFB11
Black with #0DFB11
Text Example
Text Example
White with #0DFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB11; }
p { color: rgb(13,251,17); }
H1.HeaderClassName
{
color: #0DFB11;
}
.AnyTagClassName
{
color: #0DFB11;
}
</style>
background-color css
<style>
a { background-color: #0DFB11; }
a { background-color: rgb(13,251,17); }
div.DivClassName
{
background-color: #0DFB11;
}
.BgClassName
{
background-color: #0DFB11;
}
</style>
border-color css
<style>
span { border-color: #0DFB11; }
span { border-color: rgb(13,251,17); }
td.TdClassName
{
border-color: #0DFB11;
}
.TagClassName
{
border-color: #0DFB11;
}
</style>