Shades of Free Speech Green #06D315
Tints of Free Speech Green #06D315
RGB
CMYK
RGB Variations
Color information
#06D315 (or 0x06D315) is known color: Free Speech Green. HEX triplet: 06, D3 and 15. RGB value is (6,211,21). Sum of RGB (Red+Green+Blue) = 6+211+21=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 211 (82.81% from 255 or 88.66% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 211 - color contains mainly: green. Hex color #06D315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D315 is #F92CEA. Grayscale: #808080. Windows color (decimal): -16329963 or 1430278. OLE color: 1430278.
HSL color Cylindrical-coordinate representation of color #06D315: hue angle of 124.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D315 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 211 | 21 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.17 |
| HSL | 124.39º | 0.94% | 0.43% | - |
| HSV(B) | 124.39º | 0.97% | 0.83% | - |
| XYZ | 23.5 | 46.68 | 8.48 | - |
| YUV | 128.05 | 67.58 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 21 | 0.97 | 0 | 0.90 | 0.17 | 124.39 | 0.94 | 0.43 |
| Hex | 6 | D3 | 15 | 61 | 0 | 5A | 11 | 7C | 5E | 2B |
| Octal | 6 | 323 | 25 | 141 | 0 | 132 | 21 | 174 | 136 | 53 |
| Binary | 110 | 11010011 | 10101 | 1100001 | 0 | 1011010 | 10001 | 1111100 | 1011110 | 101011 |
Color Harmonies of #06D315
Complementary color
Monochromatic Colors of #06D315
Black with #06D315
Text Example
Text Example
White with #06D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D315; }
p { color: rgb(6,211,21); }
H1.HeaderClassName
{
color: #06D315;
}
.AnyTagClassName
{
color: #06D315;
}
</style>
background-color css
<style>
a { background-color: #06D315; }
a { background-color: rgb(6,211,21); }
div.DivClassName
{
background-color: #06D315;
}
.BgClassName
{
background-color: #06D315;
}
</style>
border-color css
<style>
span { border-color: #06D315; }
span { border-color: rgb(6,211,21); }
td.TdClassName
{
border-color: #06D315;
}
.TagClassName
{
border-color: #06D315;
}
</style>