Shades of Free Speech Green #05CF12
Tints of Free Speech Green #05CF12
RGB
CMYK
RGB Variations
Color information
#05CF12 (or 0x05CF12) is known color: Free Speech Green. HEX triplet: 05, CF and 12. RGB value is (5,207,18). Sum of RGB (Red+Green+Blue) = 5+207+18=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 207 (81.25% from 255 or 90% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CF12 is #FA30ED. Grayscale: #7D7D7D. Windows color (decimal): -16396526 or 1232645. OLE color: 1232645.
HSL color Cylindrical-coordinate representation of color #05CF12: hue angle of 123.86º 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 #05CF12 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 18 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.19 |
| HSL | 123.86º | 0.95% | 0.42% | - |
| HSV(B) | 123.86º | 0.98% | 0.81% | - |
| XYZ | 22.48 | 44.7 | 8.02 | - |
| YUV | 125.06 | 67.58 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 18 | 0.98 | 0 | 0.91 | 0.19 | 123.86 | 0.95 | 0.42 |
| Hex | 5 | CF | 12 | 62 | 0 | 5B | 13 | 7C | 5F | 2A |
| Octal | 5 | 317 | 22 | 142 | 0 | 133 | 23 | 174 | 137 | 52 |
| Binary | 101 | 11001111 | 10010 | 1100010 | 0 | 1011011 | 10011 | 1111100 | 1011111 | 101010 |
Color Harmonies of #05CF12
Complementary color
Monochromatic Colors of #05CF12
Black with #05CF12
Text Example
Text Example
White with #05CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF12; }
p { color: rgb(5,207,18); }
H1.HeaderClassName
{
color: #05CF12;
}
.AnyTagClassName
{
color: #05CF12;
}
</style>
background-color css
<style>
a { background-color: #05CF12; }
a { background-color: rgb(5,207,18); }
div.DivClassName
{
background-color: #05CF12;
}
.BgClassName
{
background-color: #05CF12;
}
</style>
border-color css
<style>
span { border-color: #05CF12; }
span { border-color: rgb(5,207,18); }
td.TdClassName
{
border-color: #05CF12;
}
.TagClassName
{
border-color: #05CF12;
}
</style>