Shades of Free Speech Green #08DF07
Tints of Free Speech Green #08DF07
RGB
CMYK
RGB Variations
Color information
#08DF07 (or 0x08DF07) is known color: Free Speech Green. HEX triplet: 08, DF and 07. RGB value is (8,223,7). Sum of RGB (Red+Green+Blue) = 8+223+7=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 223 (87.5% from 255 or 93.70% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DF07 is #F720F8. Grayscale: #868686. Windows color (decimal): -16195833 or 515848. OLE color: 515848.
HSL color Cylindrical-coordinate representation of color #08DF07: hue angle of 119.72º degrees, saturation: 0.94, 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 #08DF07 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 7 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.13 |
| HSL | 119.72º | 0.94% | 0.45% | - |
| HSV(B) | 119.72º | 0.97% | 0.87% | - |
| XYZ | 26.53 | 52.84 | 9 | - |
| YUV | 134.09 | 56.27 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 7 | 0.96 | 0 | 0.97 | 0.13 | 119.72 | 0.94 | 0.45 |
| Hex | 8 | DF | 7 | 60 | 0 | 61 | D | 78 | 5E | 2D |
| Octal | 10 | 337 | 7 | 140 | 0 | 141 | 15 | 170 | 136 | 55 |
| Binary | 1000 | 11011111 | 111 | 1100000 | 0 | 1100001 | 1101 | 1111000 | 1011110 | 101101 |
Color Harmonies of #08DF07
Complementary color
Monochromatic Colors of #08DF07
Black with #08DF07
Text Example
Text Example
White with #08DF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF07; }
p { color: rgb(8,223,7); }
H1.HeaderClassName
{
color: #08DF07;
}
.AnyTagClassName
{
color: #08DF07;
}
</style>
background-color css
<style>
a { background-color: #08DF07; }
a { background-color: rgb(8,223,7); }
div.DivClassName
{
background-color: #08DF07;
}
.BgClassName
{
background-color: #08DF07;
}
</style>
border-color css
<style>
span { border-color: #08DF07; }
span { border-color: rgb(8,223,7); }
td.TdClassName
{
border-color: #08DF07;
}
.TagClassName
{
border-color: #08DF07;
}
</style>