Shades of Free Speech Green #05ED0C
Tints of Free Speech Green #05ED0C
RGB
CMYK
RGB Variations
Color information
#05ED0C (or 0x05ED0C) is known color: Free Speech Green. HEX triplet: 05, ED and 0C. RGB value is (5,237,12). Sum of RGB (Red+Green+Blue) = 5+237+12=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 237 (92.97% from 255 or 93.31% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 237 - color contains mainly: green. Hex color #05ED0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05ED0C is #FA12F3. Grayscale: #8E8E8E. Windows color (decimal): -16388852 or 847109. OLE color: 847109.
HSL color Cylindrical-coordinate representation of color #05ED0C: hue angle of 121.81º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ED0C is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 237 | 12 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.07 |
| HSL | 121.81º | 0.96% | 0.47% | - |
| HSV(B) | 121.81º | 0.98% | 0.93% | - |
| XYZ | 30.41 | 60.63 | 10.45 | - |
| YUV | 141.98 | 54.64 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 12 | 0.98 | 0 | 0.95 | 0.07 | 121.81 | 0.96 | 0.47 |
| Hex | 5 | ED | C | 62 | 0 | 5F | 7 | 7A | 60 | 2F |
| Octal | 5 | 355 | 14 | 142 | 0 | 137 | 7 | 172 | 140 | 57 |
| Binary | 101 | 11101101 | 1100 | 1100010 | 0 | 1011111 | 111 | 1111010 | 1100000 | 101111 |
Color Harmonies of #05ED0C
Complementary color
Monochromatic Colors of #05ED0C
Black with #05ED0C
Text Example
Text Example
White with #05ED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ED0C; }
p { color: rgb(5,237,12); }
H1.HeaderClassName
{
color: #05ED0C;
}
.AnyTagClassName
{
color: #05ED0C;
}
</style>
background-color css
<style>
a { background-color: #05ED0C; }
a { background-color: rgb(5,237,12); }
div.DivClassName
{
background-color: #05ED0C;
}
.BgClassName
{
background-color: #05ED0C;
}
</style>
border-color css
<style>
span { border-color: #05ED0C; }
span { border-color: rgb(5,237,12); }
td.TdClassName
{
border-color: #05ED0C;
}
.TagClassName
{
border-color: #05ED0C;
}
</style>