Shades of Free Speech Green #06DF0F
Tints of Free Speech Green #06DF0F
RGB
CMYK
RGB Variations
Color information
#06DF0F (or 0x06DF0F) is known color: Free Speech Green. HEX triplet: 06, DF and 0F. RGB value is (6,223,15). Sum of RGB (Red+Green+Blue) = 6+223+15=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 223 (87.5% from 255 or 91.39% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF0F is #F920F0. Grayscale: #878787. Windows color (decimal): -16326897 or 1040134. OLE color: 1040134.
HSL color Cylindrical-coordinate representation of color #06DF0F: hue angle of 122.49º 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 #06DF0F is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 15 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.13 |
| HSL | 122.49º | 0.95% | 0.45% | - |
| HSV(B) | 122.49º | 0.97% | 0.87% | - |
| XYZ | 26.55 | 52.85 | 9.25 | - |
| YUV | 134.41 | 60.61 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 15 | 0.97 | 0 | 0.93 | 0.13 | 122.49 | 0.95 | 0.45 |
| Hex | 6 | DF | F | 61 | 0 | 5D | D | 7A | 5F | 2D |
| Octal | 6 | 337 | 17 | 141 | 0 | 135 | 15 | 172 | 137 | 55 |
| Binary | 110 | 11011111 | 1111 | 1100001 | 0 | 1011101 | 1101 | 1111010 | 1011111 | 101101 |
Color Harmonies of #06DF0F
Complementary color
Monochromatic Colors of #06DF0F
Black with #06DF0F
Text Example
Text Example
White with #06DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF0F; }
p { color: rgb(6,223,15); }
H1.HeaderClassName
{
color: #06DF0F;
}
.AnyTagClassName
{
color: #06DF0F;
}
</style>
background-color css
<style>
a { background-color: #06DF0F; }
a { background-color: rgb(6,223,15); }
div.DivClassName
{
background-color: #06DF0F;
}
.BgClassName
{
background-color: #06DF0F;
}
</style>
border-color css
<style>
span { border-color: #06DF0F; }
span { border-color: rgb(6,223,15); }
td.TdClassName
{
border-color: #06DF0F;
}
.TagClassName
{
border-color: #06DF0F;
}
</style>