Shades of Free Speech Green #08DB1D
Tints of Free Speech Green #08DB1D
RGB
CMYK
RGB Variations
Color information
#08DB1D (or 0x08DB1D) is known color: Free Speech Green. HEX triplet: 08, DB and 1D. RGB value is (8,219,29). Sum of RGB (Red+Green+Blue) = 8+219+29=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 219 (85.94% from 255 or 85.55% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB1D is #F724E2. Grayscale: #868686. Windows color (decimal): -16196835 or 1956616. OLE color: 1956616.
HSL color Cylindrical-coordinate representation of color #08DB1D: hue angle of 125.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DB1D is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 29 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.14 |
| HSL | 125.97º | 0.93% | 0.45% | - |
| HSV(B) | 125.97º | 0.96% | 0.86% | - |
| XYZ | 25.65 | 50.8 | 9.62 | - |
| YUV | 134.25 | 68.6 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 29 | 0.96 | 0 | 0.87 | 0.14 | 125.97 | 0.93 | 0.45 |
| Hex | 8 | DB | 1D | 60 | 0 | 57 | E | 7E | 5D | 2D |
| Octal | 10 | 333 | 35 | 140 | 0 | 127 | 16 | 176 | 135 | 55 |
| Binary | 1000 | 11011011 | 11101 | 1100000 | 0 | 1010111 | 1110 | 1111110 | 1011101 | 101101 |
Color Harmonies of #08DB1D
Complementary color
Monochromatic Colors of #08DB1D
Black with #08DB1D
Text Example
Text Example
White with #08DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB1D; }
p { color: rgb(8,219,29); }
H1.HeaderClassName
{
color: #08DB1D;
}
.AnyTagClassName
{
color: #08DB1D;
}
</style>
background-color css
<style>
a { background-color: #08DB1D; }
a { background-color: rgb(8,219,29); }
div.DivClassName
{
background-color: #08DB1D;
}
.BgClassName
{
background-color: #08DB1D;
}
</style>
border-color css
<style>
span { border-color: #08DB1D; }
span { border-color: rgb(8,219,29); }
td.TdClassName
{
border-color: #08DB1D;
}
.TagClassName
{
border-color: #08DB1D;
}
</style>