Shades of Free Speech Green #05D30E
Tints of Free Speech Green #05D30E
RGB
CMYK
RGB Variations
Color information
#05D30E (or 0x05D30E) is known color: Free Speech Green. HEX triplet: 05, D3 and 0E. RGB value is (5,211,14). Sum of RGB (Red+Green+Blue) = 5+211+14=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 211 (82.81% from 255 or 91.74% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 211 - color contains mainly: green. Hex color #05D30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D30E is #FA2CF1. Grayscale: #7F7F7F. Windows color (decimal): -16395506 or 971525. OLE color: 971525.
HSL color Cylindrical-coordinate representation of color #05D30E: hue angle of 122.62º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D30E is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 211 | 14 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.17 |
| HSL | 122.62º | 0.95% | 0.42% | - |
| HSV(B) | 122.62º | 0.98% | 0.83% | - |
| XYZ | 23.44 | 46.65 | 8.19 | - |
| YUV | 126.95 | 64.25 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 211 | 14 | 0.98 | 0 | 0.93 | 0.17 | 122.62 | 0.95 | 0.42 |
| Hex | 5 | D3 | E | 62 | 0 | 5D | 11 | 7B | 5F | 2A |
| Octal | 5 | 323 | 16 | 142 | 0 | 135 | 21 | 173 | 137 | 52 |
| Binary | 101 | 11010011 | 1110 | 1100010 | 0 | 1011101 | 10001 | 1111011 | 1011111 | 101010 |
Color Harmonies of #05D30E
Complementary color
Monochromatic Colors of #05D30E
Black with #05D30E
Text Example
Text Example
White with #05D30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D30E; }
p { color: rgb(5,211,14); }
H1.HeaderClassName
{
color: #05D30E;
}
.AnyTagClassName
{
color: #05D30E;
}
</style>
background-color css
<style>
a { background-color: #05D30E; }
a { background-color: rgb(5,211,14); }
div.DivClassName
{
background-color: #05D30E;
}
.BgClassName
{
background-color: #05D30E;
}
</style>
border-color css
<style>
span { border-color: #05D30E; }
span { border-color: rgb(5,211,14); }
td.TdClassName
{
border-color: #05D30E;
}
.TagClassName
{
border-color: #05D30E;
}
</style>