Shades of Free Speech Green #00CB06
Tints of Free Speech Green #00CB06
RGB
CMYK
RGB Variations
Color information
#00CB06 (or 0x00CB06) is known color: Free Speech Green. HEX triplet: 00, CB and 06. RGB value is (0,203,6). Sum of RGB (Red+Green+Blue) = 0+203+6=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 203 (79.69% from 255 or 97.13% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CB06 is #FF34F9. Grayscale: #787878. Windows color (decimal): -16725242 or 445184. OLE color: 445184.
HSL color Cylindrical-coordinate representation of color #00CB06: hue angle of 121.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB06 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 6 | - |
| CMYK | 1 | 0 | 0.97 | 0.20 |
| HSL | 121.77º | 1% | 0.4% | - |
| HSV(B) | 121.77º | 1% | 0.8% | - |
| XYZ | 21.39 | 42.73 | 7.29 | - |
| YUV | 119.85 | 63.75 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 6 | 1 | 0 | 0.97 | 0.20 | 121.77 | 1 | 0.4 |
| Hex | 0 | CB | 6 | 64 | 0 | 61 | 14 | 7A | 64 | 28 |
| Octal | 0 | 313 | 6 | 144 | 0 | 141 | 24 | 172 | 144 | 50 |
| Binary | 0 | 11001011 | 110 | 1100100 | 0 | 1100001 | 10100 | 1111010 | 1100100 | 101000 |
Color Harmonies of #00CB06
Complementary color
Monochromatic Colors of #00CB06
Black with #00CB06
Text Example
Text Example
White with #00CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB06; }
p { color: rgb(0,203,6); }
H1.HeaderClassName
{
color: #00CB06;
}
.AnyTagClassName
{
color: #00CB06;
}
</style>
background-color css
<style>
a { background-color: #00CB06; }
a { background-color: rgb(0,203,6); }
div.DivClassName
{
background-color: #00CB06;
}
.BgClassName
{
background-color: #00CB06;
}
</style>
border-color css
<style>
span { border-color: #00CB06; }
span { border-color: rgb(0,203,6); }
td.TdClassName
{
border-color: #00CB06;
}
.TagClassName
{
border-color: #00CB06;
}
</style>