Shades of Free Speech Green #08DF1B
Tints of Free Speech Green #08DF1B
RGB
CMYK
RGB Variations
Color information
#08DF1B (or 0x08DF1B) is known color: Free Speech Green. HEX triplet: 08, DF and 1B. RGB value is (8,223,27). Sum of RGB (Red+Green+Blue) = 8+223+27=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DF1B is #F720E4. Grayscale: #888888. Windows color (decimal): -16195813 or 1826568. OLE color: 1826568.
HSL color Cylindrical-coordinate representation of color #08DF1B: hue angle of 125.3º 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 #08DF1B is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 27 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.13 |
| HSL | 125.3º | 0.93% | 0.45% | - |
| HSV(B) | 125.3º | 0.96% | 0.87% | - |
| XYZ | 26.69 | 52.91 | 9.84 | - |
| YUV | 136.37 | 66.27 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 27 | 0.96 | 0 | 0.88 | 0.13 | 125.3 | 0.93 | 0.45 |
| Hex | 8 | DF | 1B | 60 | 0 | 58 | D | 7D | 5D | 2D |
| Octal | 10 | 337 | 33 | 140 | 0 | 130 | 15 | 175 | 135 | 55 |
| Binary | 1000 | 11011111 | 11011 | 1100000 | 0 | 1011000 | 1101 | 1111101 | 1011101 | 101101 |
Color Harmonies of #08DF1B
Complementary color
Monochromatic Colors of #08DF1B
Black with #08DF1B
Text Example
Text Example
White with #08DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF1B; }
p { color: rgb(8,223,27); }
H1.HeaderClassName
{
color: #08DF1B;
}
.AnyTagClassName
{
color: #08DF1B;
}
</style>
background-color css
<style>
a { background-color: #08DF1B; }
a { background-color: rgb(8,223,27); }
div.DivClassName
{
background-color: #08DF1B;
}
.BgClassName
{
background-color: #08DF1B;
}
</style>
border-color css
<style>
span { border-color: #08DF1B; }
span { border-color: rgb(8,223,27); }
td.TdClassName
{
border-color: #08DF1B;
}
.TagClassName
{
border-color: #08DF1B;
}
</style>