Shades of Free Speech Green #05E224
Tints of Free Speech Green #05E224
RGB
CMYK
RGB Variations
Color information
#05E224 (or 0x05E224) is known color: Free Speech Green. HEX triplet: 05, E2 and 24. RGB value is (5,226,36). Sum of RGB (Red+Green+Blue) = 5+226+36=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 226 (88.67% from 255 or 84.64% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 226 - color contains mainly: green. Hex color #05E224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E224 is #FA1DDB. Grayscale: #8A8A8A. Windows color (decimal): -16391644 or 2417157. OLE color: 2417157.
HSL color Cylindrical-coordinate representation of color #05E224: hue angle of 128.42º 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 #05E224 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 36 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.11 |
| HSL | 128.42º | 0.96% | 0.45% | - |
| HSV(B) | 128.42º | 0.98% | 0.89% | - |
| XYZ | 27.58 | 54.55 | 10.75 | - |
| YUV | 138.26 | 70.28 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 36 | 0.98 | 0 | 0.84 | 0.11 | 128.42 | 0.96 | 0.45 |
| Hex | 5 | E2 | 24 | 62 | 0 | 54 | B | 80 | 60 | 2D |
| Octal | 5 | 342 | 44 | 142 | 0 | 124 | 13 | 200 | 140 | 55 |
| Binary | 101 | 11100010 | 100100 | 1100010 | 0 | 1010100 | 1011 | 10000000 | 1100000 | 101101 |
Color Harmonies of #05E224
Complementary color
Monochromatic Colors of #05E224
Black with #05E224
Text Example
Text Example
White with #05E224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E224; }
p { color: rgb(5,226,36); }
H1.HeaderClassName
{
color: #05E224;
}
.AnyTagClassName
{
color: #05E224;
}
</style>
background-color css
<style>
a { background-color: #05E224; }
a { background-color: rgb(5,226,36); }
div.DivClassName
{
background-color: #05E224;
}
.BgClassName
{
background-color: #05E224;
}
</style>
border-color css
<style>
span { border-color: #05E224; }
span { border-color: rgb(5,226,36); }
td.TdClassName
{
border-color: #05E224;
}
.TagClassName
{
border-color: #05E224;
}
</style>