Shades of Free Speech Green #05E602
Tints of Free Speech Green #05E602
RGB
CMYK
RGB Variations
Color information
#05E602 (or 0x05E602) is known color: Free Speech Green. HEX triplet: 05, E6 and 02. RGB value is (5,230,2). Sum of RGB (Red+Green+Blue) = 5+230+2=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 230 (90.23% from 255 or 97.05% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 230 - color contains mainly: green. Hex color #05E602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E602 is #FA19FD. Grayscale: #898989. Windows color (decimal): -16390654 or 189957. OLE color: 189957.
HSL color Cylindrical-coordinate representation of color #05E602: hue angle of 119.21º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05E602 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 230 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.10 |
| HSL | 119.21º | 0.98% | 0.45% | - |
| HSV(B) | 119.21º | 0.99% | 0.9% | - |
| XYZ | 28.37 | 56.63 | 9.49 | - |
| YUV | 136.73 | 51.96 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 2 | 0.98 | 0 | 0.99 | 0.10 | 119.21 | 0.98 | 0.45 |
| Hex | 5 | E6 | 2 | 62 | 0 | 63 | A | 77 | 62 | 2D |
| Octal | 5 | 346 | 2 | 142 | 0 | 143 | 12 | 167 | 142 | 55 |
| Binary | 101 | 11100110 | 10 | 1100010 | 0 | 1100011 | 1010 | 1110111 | 1100010 | 101101 |
Color Harmonies of #05E602
Complementary color
Monochromatic Colors of #05E602
Black with #05E602
Text Example
Text Example
White with #05E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E602; }
p { color: rgb(5,230,2); }
H1.HeaderClassName
{
color: #05E602;
}
.AnyTagClassName
{
color: #05E602;
}
</style>
background-color css
<style>
a { background-color: #05E602; }
a { background-color: rgb(5,230,2); }
div.DivClassName
{
background-color: #05E602;
}
.BgClassName
{
background-color: #05E602;
}
</style>
border-color css
<style>
span { border-color: #05E602; }
span { border-color: rgb(5,230,2); }
td.TdClassName
{
border-color: #05E602;
}
.TagClassName
{
border-color: #05E602;
}
</style>