Shades of Free Speech Green #05CA11
Tints of Free Speech Green #05CA11
RGB
CMYK
RGB Variations
Color information
#05CA11 (or 0x05CA11) is known color: Free Speech Green. HEX triplet: 05, CA and 11. RGB value is (5,202,17). Sum of RGB (Red+Green+Blue) = 5+202+17=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 202 (79.30% from 255 or 90.18% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CA11 is #FA35EE. Grayscale: #7A7A7A. Windows color (decimal): -16397807 or 1165829. OLE color: 1165829.
HSL color Cylindrical-coordinate representation of color #05CA11: hue angle of 123.65º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA11 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 17 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.21 |
| HSL | 123.65º | 0.95% | 0.41% | - |
| HSV(B) | 123.65º | 0.98% | 0.79% | - |
| XYZ | 21.28 | 42.31 | 7.58 | - |
| YUV | 122.01 | 68.73 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 17 | 0.98 | 0 | 0.92 | 0.21 | 123.65 | 0.95 | 0.41 |
| Hex | 5 | CA | 11 | 62 | 0 | 5C | 15 | 7C | 5F | 29 |
| Octal | 5 | 312 | 21 | 142 | 0 | 134 | 25 | 174 | 137 | 51 |
| Binary | 101 | 11001010 | 10001 | 1100010 | 0 | 1011100 | 10101 | 1111100 | 1011111 | 101001 |
Color Harmonies of #05CA11
Complementary color
Monochromatic Colors of #05CA11
Black with #05CA11
Text Example
Text Example
White with #05CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA11; }
p { color: rgb(5,202,17); }
H1.HeaderClassName
{
color: #05CA11;
}
.AnyTagClassName
{
color: #05CA11;
}
</style>
background-color css
<style>
a { background-color: #05CA11; }
a { background-color: rgb(5,202,17); }
div.DivClassName
{
background-color: #05CA11;
}
.BgClassName
{
background-color: #05CA11;
}
</style>
border-color css
<style>
span { border-color: #05CA11; }
span { border-color: rgb(5,202,17); }
td.TdClassName
{
border-color: #05CA11;
}
.TagClassName
{
border-color: #05CA11;
}
</style>