Shades of Free Speech Green #00D61B
Tints of Free Speech Green #00D61B
RGB
CMYK
RGB Variations
Color information
#00D61B (or 0x00D61B) is known color: Free Speech Green. HEX triplet: 00, D6 and 1B. RGB value is (0,214,27). Sum of RGB (Red+Green+Blue) = 0+214+27=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 214 (83.98% from 255 or 88.80% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 214 - color contains mainly: green. Hex color #00D61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D61B is #FF29E4. Grayscale: #818181. Windows color (decimal): -16722405 or 1824256. OLE color: 1824256.
HSL color Cylindrical-coordinate representation of color #00D61B: hue angle of 127.57º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D61B is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 27 | - |
| CMYK | 1 | 0 | 0.87 | 0.16 |
| HSL | 127.57º | 1% | 0.42% | - |
| HSV(B) | 127.57º | 1% | 0.84% | - |
| XYZ | 24.24 | 48.17 | 9.06 | - |
| YUV | 128.7 | 70.6 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 27 | 1 | 0 | 0.87 | 0.16 | 127.57 | 1 | 0.42 |
| Hex | 0 | D6 | 1B | 64 | 0 | 57 | 10 | 80 | 64 | 2A |
| Octal | 0 | 326 | 33 | 144 | 0 | 127 | 20 | 200 | 144 | 52 |
| Binary | 0 | 11010110 | 11011 | 1100100 | 0 | 1010111 | 10000 | 10000000 | 1100100 | 101010 |
Color Harmonies of #00D61B
Complementary color
Monochromatic Colors of #00D61B
Black with #00D61B
Text Example
Text Example
White with #00D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D61B; }
p { color: rgb(0,214,27); }
H1.HeaderClassName
{
color: #00D61B;
}
.AnyTagClassName
{
color: #00D61B;
}
</style>
background-color css
<style>
a { background-color: #00D61B; }
a { background-color: rgb(0,214,27); }
div.DivClassName
{
background-color: #00D61B;
}
.BgClassName
{
background-color: #00D61B;
}
</style>
border-color css
<style>
span { border-color: #00D61B; }
span { border-color: rgb(0,214,27); }
td.TdClassName
{
border-color: #00D61B;
}
.TagClassName
{
border-color: #00D61B;
}
</style>