Shades of Free Speech Green #05D013
Tints of Free Speech Green #05D013
RGB
CMYK
RGB Variations
Color information
#05D013 (or 0x05D013) is known color: Free Speech Green. HEX triplet: 05, D0 and 13. RGB value is (5,208,19). Sum of RGB (Red+Green+Blue) = 5+208+19=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 208 (81.64% from 255 or 89.66% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 208 - color contains mainly: green. Hex color #05D013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D013 is #FA2FEC. Grayscale: #7E7E7E. Windows color (decimal): -16396269 or 1298437. OLE color: 1298437.
HSL color Cylindrical-coordinate representation of color #05D013: hue angle of 124.14º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D013 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 208 | 19 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.18 |
| HSL | 124.14º | 0.95% | 0.42% | - |
| HSV(B) | 124.14º | 0.98% | 0.82% | - |
| XYZ | 22.74 | 45.19 | 8.14 | - |
| YUV | 125.76 | 67.75 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 19 | 0.98 | 0 | 0.91 | 0.18 | 124.14 | 0.95 | 0.42 |
| Hex | 5 | D0 | 13 | 62 | 0 | 5B | 12 | 7C | 5F | 2A |
| Octal | 5 | 320 | 23 | 142 | 0 | 133 | 22 | 174 | 137 | 52 |
| Binary | 101 | 11010000 | 10011 | 1100010 | 0 | 1011011 | 10010 | 1111100 | 1011111 | 101010 |
Color Harmonies of #05D013
Complementary color
Monochromatic Colors of #05D013
Black with #05D013
Text Example
Text Example
White with #05D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D013; }
p { color: rgb(5,208,19); }
H1.HeaderClassName
{
color: #05D013;
}
.AnyTagClassName
{
color: #05D013;
}
</style>
background-color css
<style>
a { background-color: #05D013; }
a { background-color: rgb(5,208,19); }
div.DivClassName
{
background-color: #05D013;
}
.BgClassName
{
background-color: #05D013;
}
</style>
border-color css
<style>
span { border-color: #05D013; }
span { border-color: rgb(5,208,19); }
td.TdClassName
{
border-color: #05D013;
}
.TagClassName
{
border-color: #05D013;
}
</style>