Shades of Free Speech Green #05E319
Tints of Free Speech Green #05E319
RGB
CMYK
RGB Variations
Color information
#05E319 (or 0x05E319) is known color: Free Speech Green. HEX triplet: 05, E3 and 19. RGB value is (5,227,25). Sum of RGB (Red+Green+Blue) = 5+227+25=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 227 (89.06% from 255 or 88.33% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 227 - color contains mainly: green. Hex color #05E319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E319 is #FA1CE6. Grayscale: #8A8A8A. Windows color (decimal): -16391399 or 1696517. OLE color: 1696517.
HSL color Cylindrical-coordinate representation of color #05E319: hue angle of 125.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E319 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 25 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.11 |
| HSL | 125.41º | 0.96% | 0.45% | - |
| HSV(B) | 125.41º | 0.98% | 0.89% | - |
| XYZ | 27.71 | 55.04 | 10.08 | - |
| YUV | 137.59 | 64.45 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 25 | 0.98 | 0 | 0.89 | 0.11 | 125.41 | 0.96 | 0.45 |
| Hex | 5 | E3 | 19 | 62 | 0 | 59 | B | 7D | 60 | 2D |
| Octal | 5 | 343 | 31 | 142 | 0 | 131 | 13 | 175 | 140 | 55 |
| Binary | 101 | 11100011 | 11001 | 1100010 | 0 | 1011001 | 1011 | 1111101 | 1100000 | 101101 |
Color Harmonies of #05E319
Complementary color
Monochromatic Colors of #05E319
Black with #05E319
Text Example
Text Example
White with #05E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E319; }
p { color: rgb(5,227,25); }
H1.HeaderClassName
{
color: #05E319;
}
.AnyTagClassName
{
color: #05E319;
}
</style>
background-color css
<style>
a { background-color: #05E319; }
a { background-color: rgb(5,227,25); }
div.DivClassName
{
background-color: #05E319;
}
.BgClassName
{
background-color: #05E319;
}
</style>
border-color css
<style>
span { border-color: #05E319; }
span { border-color: rgb(5,227,25); }
td.TdClassName
{
border-color: #05E319;
}
.TagClassName
{
border-color: #05E319;
}
</style>