Shades of Free Speech Green #00DF0B
Tints of Free Speech Green #00DF0B
RGB
CMYK
RGB Variations
Color information
#00DF0B (or 0x00DF0B) is known color: Free Speech Green. HEX triplet: 00, DF and 0B. RGB value is (0,223,11). Sum of RGB (Red+Green+Blue) = 0+223+11=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 223 (87.5% from 255 or 95.30% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DF0B is #FF20F4. Grayscale: #848484. Windows color (decimal): -16720117 or 777984. OLE color: 777984.
HSL color Cylindrical-coordinate representation of color #00DF0B: hue angle of 122.96º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF0B is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 11 | - |
| CMYK | 1 | 0 | 0.95 | 0.13 |
| HSL | 122.96º | 1% | 0.44% | - |
| HSV(B) | 122.96º | 1% | 0.87% | - |
| XYZ | 26.45 | 52.8 | 9.11 | - |
| YUV | 132.16 | 59.62 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 11 | 1 | 0 | 0.95 | 0.13 | 122.96 | 1 | 0.44 |
| Hex | 0 | DF | B | 64 | 0 | 5F | D | 7B | 64 | 2C |
| Octal | 0 | 337 | 13 | 144 | 0 | 137 | 15 | 173 | 144 | 54 |
| Binary | 0 | 11011111 | 1011 | 1100100 | 0 | 1011111 | 1101 | 1111011 | 1100100 | 101100 |
Color Harmonies of #00DF0B
Complementary color
Monochromatic Colors of #00DF0B
Black with #00DF0B
Text Example
Text Example
White with #00DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF0B; }
p { color: rgb(0,223,11); }
H1.HeaderClassName
{
color: #00DF0B;
}
.AnyTagClassName
{
color: #00DF0B;
}
</style>
background-color css
<style>
a { background-color: #00DF0B; }
a { background-color: rgb(0,223,11); }
div.DivClassName
{
background-color: #00DF0B;
}
.BgClassName
{
background-color: #00DF0B;
}
</style>
border-color css
<style>
span { border-color: #00DF0B; }
span { border-color: rgb(0,223,11); }
td.TdClassName
{
border-color: #00DF0B;
}
.TagClassName
{
border-color: #00DF0B;
}
</style>