Shades of Free Speech Green #06CB01
Tints of Free Speech Green #06CB01
RGB
CMYK
RGB Variations
Color information
#06CB01 (or 0x06CB01) is known color: Free Speech Green. HEX triplet: 06, CB and 01. RGB value is (6,203,1). Sum of RGB (Red+Green+Blue) = 6+203+1=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 203 (79.69% from 255 or 96.67% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CB01 is #F934FE. Grayscale: #797979. Windows color (decimal): -16332031 or 117510. OLE color: 117510.
HSL color Cylindrical-coordinate representation of color #06CB01: hue angle of 118.51º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06CB01 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 1 | - |
| CMYK | 0.97 | 0 | 1.00 | 0.20 |
| HSL | 118.51º | 0.99% | 0.4% | - |
| HSV(B) | 118.51º | 1% | 0.8% | - |
| XYZ | 21.44 | 42.75 | 7.15 | - |
| YUV | 121.07 | 60.23 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 1 | 0.97 | 0 | 1.00 | 0.20 | 118.51 | 0.99 | 0.4 |
| Hex | 6 | CB | 1 | 61 | 0 | 64 | 14 | 77 | 63 | 28 |
| Octal | 6 | 313 | 1 | 141 | 0 | 144 | 24 | 167 | 143 | 50 |
| Binary | 110 | 11001011 | 1 | 1100001 | 0 | 1100100 | 10100 | 1110111 | 1100011 | 101000 |
Color Harmonies of #06CB01
Complementary color
Monochromatic Colors of #06CB01
Black with #06CB01
Text Example
Text Example
White with #06CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB01; }
p { color: rgb(6,203,1); }
H1.HeaderClassName
{
color: #06CB01;
}
.AnyTagClassName
{
color: #06CB01;
}
</style>
background-color css
<style>
a { background-color: #06CB01; }
a { background-color: rgb(6,203,1); }
div.DivClassName
{
background-color: #06CB01;
}
.BgClassName
{
background-color: #06CB01;
}
</style>
border-color css
<style>
span { border-color: #06CB01; }
span { border-color: rgb(6,203,1); }
td.TdClassName
{
border-color: #06CB01;
}
.TagClassName
{
border-color: #06CB01;
}
</style>