Shades of Free Speech Green #05D908
Tints of Free Speech Green #05D908
RGB
CMYK
RGB Variations
Color information
#05D908 (or 0x05D908) is known color: Free Speech Green. HEX triplet: 05, D9 and 08. RGB value is (5,217,8). Sum of RGB (Red+Green+Blue) = 5+217+8=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 217 (85.16% from 255 or 94.35% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 217 - color contains mainly: green. Hex color #05D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D908 is #FA26F7. Grayscale: #828282. Windows color (decimal): -16393976 or 579845. OLE color: 579845.
HSL color Cylindrical-coordinate representation of color #05D908: hue angle of 120.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D908 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 8 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.15 |
| HSL | 120.85º | 0.95% | 0.44% | - |
| HSV(B) | 120.85º | 0.98% | 0.85% | - |
| XYZ | 24.92 | 49.68 | 8.5 | - |
| YUV | 129.79 | 59.26 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 8 | 0.98 | 0 | 0.96 | 0.15 | 120.85 | 0.95 | 0.44 |
| Hex | 5 | D9 | 8 | 62 | 0 | 60 | F | 79 | 5F | 2C |
| Octal | 5 | 331 | 10 | 142 | 0 | 140 | 17 | 171 | 137 | 54 |
| Binary | 101 | 11011001 | 1000 | 1100010 | 0 | 1100000 | 1111 | 1111001 | 1011111 | 101100 |
Color Harmonies of #05D908
Complementary color
Monochromatic Colors of #05D908
Black with #05D908
Text Example
Text Example
White with #05D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D908; }
p { color: rgb(5,217,8); }
H1.HeaderClassName
{
color: #05D908;
}
.AnyTagClassName
{
color: #05D908;
}
</style>
background-color css
<style>
a { background-color: #05D908; }
a { background-color: rgb(5,217,8); }
div.DivClassName
{
background-color: #05D908;
}
.BgClassName
{
background-color: #05D908;
}
</style>
border-color css
<style>
span { border-color: #05D908; }
span { border-color: rgb(5,217,8); }
td.TdClassName
{
border-color: #05D908;
}
.TagClassName
{
border-color: #05D908;
}
</style>