Shades of Free Speech Green #08DF1D
Tints of Free Speech Green #08DF1D
RGB
CMYK
RGB Variations
Color information
#08DF1D (or 0x08DF1D) is known color: Free Speech Green. HEX triplet: 08, DF and 1D. RGB value is (8,223,29). Sum of RGB (Red+Green+Blue) = 8+223+29=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 223 (87.5% from 255 or 85.77% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DF1D is #F720E2. Grayscale: #898989. Windows color (decimal): -16195811 or 1957640. OLE color: 1957640.
HSL color Cylindrical-coordinate representation of color #08DF1D: hue angle of 125.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DF1D is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 29 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.13 |
| HSL | 125.86º | 0.93% | 0.45% | - |
| HSV(B) | 125.86º | 0.96% | 0.87% | - |
| XYZ | 26.71 | 52.92 | 9.97 | - |
| YUV | 136.6 | 67.27 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 29 | 0.96 | 0 | 0.87 | 0.13 | 125.86 | 0.93 | 0.45 |
| Hex | 8 | DF | 1D | 60 | 0 | 57 | D | 7E | 5D | 2D |
| Octal | 10 | 337 | 35 | 140 | 0 | 127 | 15 | 176 | 135 | 55 |
| Binary | 1000 | 11011111 | 11101 | 1100000 | 0 | 1010111 | 1101 | 1111110 | 1011101 | 101101 |
Color Harmonies of #08DF1D
Complementary color
Monochromatic Colors of #08DF1D
Black with #08DF1D
Text Example
Text Example
White with #08DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF1D; }
p { color: rgb(8,223,29); }
H1.HeaderClassName
{
color: #08DF1D;
}
.AnyTagClassName
{
color: #08DF1D;
}
</style>
background-color css
<style>
a { background-color: #08DF1D; }
a { background-color: rgb(8,223,29); }
div.DivClassName
{
background-color: #08DF1D;
}
.BgClassName
{
background-color: #08DF1D;
}
</style>
border-color css
<style>
span { border-color: #08DF1D; }
span { border-color: rgb(8,223,29); }
td.TdClassName
{
border-color: #08DF1D;
}
.TagClassName
{
border-color: #08DF1D;
}
</style>