Shades of Free Speech Green #08DF25
Tints of Free Speech Green #08DF25
RGB
CMYK
RGB Variations
Color information
#08DF25 (or 0x08DF25) is known color: Free Speech Green. HEX triplet: 08, DF and 25. RGB value is (8,223,37). Sum of RGB (Red+Green+Blue) = 8+223+37=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 223 (87.5% from 255 or 83.21% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DF25 is #F720DA. Grayscale: #8A8A8A. Windows color (decimal): -16195803 or 2481928. OLE color: 2481928.
HSL color Cylindrical-coordinate representation of color #08DF25: hue angle of 128.09º 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 #08DF25 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 37 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.13 |
| HSL | 128.09º | 0.93% | 0.45% | - |
| HSV(B) | 128.09º | 0.96% | 0.87% | - |
| XYZ | 26.82 | 52.96 | 10.56 | - |
| YUV | 137.51 | 71.27 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 37 | 0.96 | 0 | 0.83 | 0.13 | 128.09 | 0.93 | 0.45 |
| Hex | 8 | DF | 25 | 60 | 0 | 53 | D | 80 | 5D | 2D |
| Octal | 10 | 337 | 45 | 140 | 0 | 123 | 15 | 200 | 135 | 55 |
| Binary | 1000 | 11011111 | 100101 | 1100000 | 0 | 1010011 | 1101 | 10000000 | 1011101 | 101101 |
Color Harmonies of #08DF25
Complementary color
Monochromatic Colors of #08DF25
Black with #08DF25
Text Example
Text Example
White with #08DF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DF25; }
p { color: rgb(8,223,37); }
H1.HeaderClassName
{
color: #08DF25;
}
.AnyTagClassName
{
color: #08DF25;
}
</style>
background-color css
<style>
a { background-color: #08DF25; }
a { background-color: rgb(8,223,37); }
div.DivClassName
{
background-color: #08DF25;
}
.BgClassName
{
background-color: #08DF25;
}
</style>
border-color css
<style>
span { border-color: #08DF25; }
span { border-color: rgb(8,223,37); }
td.TdClassName
{
border-color: #08DF25;
}
.TagClassName
{
border-color: #08DF25;
}
</style>