Shades of Free Speech Green #06DF15
Tints of Free Speech Green #06DF15
RGB
CMYK
RGB Variations
Color information
#06DF15 (or 0x06DF15) is known color: Free Speech Green. HEX triplet: 06, DF and 15. RGB value is (6,223,21). Sum of RGB (Red+Green+Blue) = 6+223+21=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 223 (87.5% from 255 or 89.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF15 is #F920EA. Grayscale: #878787. Windows color (decimal): -16326891 or 1433350. OLE color: 1433350.
HSL color Cylindrical-coordinate representation of color #06DF15: hue angle of 124.15º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF15 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 21 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.13 |
| HSL | 124.15º | 0.95% | 0.45% | - |
| HSV(B) | 124.15º | 0.97% | 0.87% | - |
| XYZ | 26.6 | 52.87 | 9.51 | - |
| YUV | 135.09 | 63.61 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 21 | 0.97 | 0 | 0.91 | 0.13 | 124.15 | 0.95 | 0.45 |
| Hex | 6 | DF | 15 | 61 | 0 | 5B | D | 7C | 5F | 2D |
| Octal | 6 | 337 | 25 | 141 | 0 | 133 | 15 | 174 | 137 | 55 |
| Binary | 110 | 11011111 | 10101 | 1100001 | 0 | 1011011 | 1101 | 1111100 | 1011111 | 101101 |
Color Harmonies of #06DF15
Complementary color
Monochromatic Colors of #06DF15
Black with #06DF15
Text Example
Text Example
White with #06DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF15; }
p { color: rgb(6,223,21); }
H1.HeaderClassName
{
color: #06DF15;
}
.AnyTagClassName
{
color: #06DF15;
}
</style>
background-color css
<style>
a { background-color: #06DF15; }
a { background-color: rgb(6,223,21); }
div.DivClassName
{
background-color: #06DF15;
}
.BgClassName
{
background-color: #06DF15;
}
</style>
border-color css
<style>
span { border-color: #06DF15; }
span { border-color: rgb(6,223,21); }
td.TdClassName
{
border-color: #06DF15;
}
.TagClassName
{
border-color: #06DF15;
}
</style>