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