Shades of Free Speech Green #08DF02
Tints of Free Speech Green #08DF02
RGB
CMYK
RGB Variations
Color information
#08DF02 (or 0x08DF02) is known color: Free Speech Green. HEX triplet: 08, DF and 02. RGB value is (8,223,2). Sum of RGB (Red+Green+Blue) = 8+223+2=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 223 (87.5% from 255 or 95.71% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DF02 is #F720FD. Grayscale: #868686. Windows color (decimal): -16195838 or 188168. OLE color: 188168.
HSL color Cylindrical-coordinate representation of color #08DF02: hue angle of 118.37º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08DF02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.13 |
| HSL | 118.37º | 0.98% | 0.44% | - |
| HSV(B) | 118.37º | 0.99% | 0.87% | - |
| XYZ | 26.5 | 52.83 | 8.86 | - |
| YUV | 133.52 | 53.77 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 2 | 0.96 | 0 | 0.99 | 0.13 | 118.37 | 0.98 | 0.44 |
| Hex | 8 | DF | 2 | 60 | 0 | 63 | D | 76 | 62 | 2C |
| Octal | 10 | 337 | 2 | 140 | 0 | 143 | 15 | 166 | 142 | 54 |
| Binary | 1000 | 11011111 | 10 | 1100000 | 0 | 1100011 | 1101 | 1110110 | 1100010 | 101100 |
Color Harmonies of #08DF02
Complementary color
Monochromatic Colors of #08DF02
Black with #08DF02
Text Example
Text Example
White with #08DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF02; }
p { color: rgb(8,223,2); }
H1.HeaderClassName
{
color: #08DF02;
}
.AnyTagClassName
{
color: #08DF02;
}
</style>
background-color css
<style>
a { background-color: #08DF02; }
a { background-color: rgb(8,223,2); }
div.DivClassName
{
background-color: #08DF02;
}
.BgClassName
{
background-color: #08DF02;
}
</style>
border-color css
<style>
span { border-color: #08DF02; }
span { border-color: rgb(8,223,2); }
td.TdClassName
{
border-color: #08DF02;
}
.TagClassName
{
border-color: #08DF02;
}
</style>