Shades of Free Speech Green #05CF11
Tints of Free Speech Green #05CF11
RGB
CMYK
RGB Variations
Color information
#05CF11 (or 0x05CF11) is known color: Free Speech Green. HEX triplet: 05, CF and 11. RGB value is (5,207,17). Sum of RGB (Red+Green+Blue) = 5+207+17=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 207 (81.25% from 255 or 90.39% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CF11 is #FA30EE. Grayscale: #7D7D7D. Windows color (decimal): -16396527 or 1167109. OLE color: 1167109.
HSL color Cylindrical-coordinate representation of color #05CF11: hue angle of 123.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF11 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 17 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.19 |
| HSL | 123.56º | 0.95% | 0.42% | - |
| HSV(B) | 123.56º | 0.98% | 0.81% | - |
| XYZ | 22.48 | 44.7 | 7.97 | - |
| YUV | 124.94 | 67.08 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 17 | 0.98 | 0 | 0.92 | 0.19 | 123.56 | 0.95 | 0.42 |
| Hex | 5 | CF | 11 | 62 | 0 | 5C | 13 | 7C | 5F | 2A |
| Octal | 5 | 317 | 21 | 142 | 0 | 134 | 23 | 174 | 137 | 52 |
| Binary | 101 | 11001111 | 10001 | 1100010 | 0 | 1011100 | 10011 | 1111100 | 1011111 | 101010 |
Color Harmonies of #05CF11
Complementary color
Monochromatic Colors of #05CF11
Black with #05CF11
Text Example
Text Example
White with #05CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF11; }
p { color: rgb(5,207,17); }
H1.HeaderClassName
{
color: #05CF11;
}
.AnyTagClassName
{
color: #05CF11;
}
</style>
background-color css
<style>
a { background-color: #05CF11; }
a { background-color: rgb(5,207,17); }
div.DivClassName
{
background-color: #05CF11;
}
.BgClassName
{
background-color: #05CF11;
}
</style>
border-color css
<style>
span { border-color: #05CF11; }
span { border-color: rgb(5,207,17); }
td.TdClassName
{
border-color: #05CF11;
}
.TagClassName
{
border-color: #05CF11;
}
</style>