Shades of Free Speech Green #05D915
Tints of Free Speech Green #05D915
RGB
CMYK
RGB Variations
Color information
#05D915 (or 0x05D915) is known color: Free Speech Green. HEX triplet: 05, D9 and 15. RGB value is (5,217,21). Sum of RGB (Red+Green+Blue) = 5+217+21=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 217 (85.16% from 255 or 89.30% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 217 - color contains mainly: green. Hex color #05D915 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D915 is #FA26EA. Grayscale: #838383. Windows color (decimal): -16393963 or 1431813. OLE color: 1431813.
HSL color Cylindrical-coordinate representation of color #05D915: hue angle of 124.53º 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 #05D915 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 21 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.15 |
| HSL | 124.53º | 0.95% | 0.44% | - |
| HSV(B) | 124.53º | 0.98% | 0.85% | - |
| XYZ | 25.01 | 49.71 | 8.99 | - |
| YUV | 131.27 | 65.76 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 21 | 0.98 | 0 | 0.90 | 0.15 | 124.53 | 0.95 | 0.44 |
| Hex | 5 | D9 | 15 | 62 | 0 | 5A | F | 7D | 5F | 2C |
| Octal | 5 | 331 | 25 | 142 | 0 | 132 | 17 | 175 | 137 | 54 |
| Binary | 101 | 11011001 | 10101 | 1100010 | 0 | 1011010 | 1111 | 1111101 | 1011111 | 101100 |
Color Harmonies of #05D915
Complementary color
Monochromatic Colors of #05D915
Black with #05D915
Text Example
Text Example
White with #05D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D915; }
p { color: rgb(5,217,21); }
H1.HeaderClassName
{
color: #05D915;
}
.AnyTagClassName
{
color: #05D915;
}
</style>
background-color css
<style>
a { background-color: #05D915; }
a { background-color: rgb(5,217,21); }
div.DivClassName
{
background-color: #05D915;
}
.BgClassName
{
background-color: #05D915;
}
</style>
border-color css
<style>
span { border-color: #05D915; }
span { border-color: rgb(5,217,21); }
td.TdClassName
{
border-color: #05D915;
}
.TagClassName
{
border-color: #05D915;
}
</style>