Shades of Free Speech Green #0FCD05
Tints of Free Speech Green #0FCD05
RGB
CMYK
RGB Variations
Color information
#0FCD05 (or 0x0FCD05) is known color: Free Speech Green. HEX triplet: 0F, CD and 05. RGB value is (15,205,5). Sum of RGB (Red+Green+Blue) = 15+205+5=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 205 (80.47% from 255 or 91.11% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCD05 is #F032FA. Grayscale: #7D7D7D. Windows color (decimal): -15741691 or 380175. OLE color: 380175.
HSL color Cylindrical-coordinate representation of color #0FCD05: hue angle of 117º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FCD05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.20 |
| HSL | 117º | 0.95% | 0.41% | - |
| HSV(B) | 117º | 0.98% | 0.8% | - |
| XYZ | 22.06 | 43.78 | 7.43 | - |
| YUV | 125.39 | 60.05 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 5 | 0.93 | 0 | 0.98 | 0.20 | 117 | 0.95 | 0.41 |
| Hex | F | CD | 5 | 5D | 0 | 62 | 14 | 75 | 5F | 29 |
| Octal | 17 | 315 | 5 | 135 | 0 | 142 | 24 | 165 | 137 | 51 |
| Binary | 1111 | 11001101 | 101 | 1011101 | 0 | 1100010 | 10100 | 1110101 | 1011111 | 101001 |
Color Harmonies of #0FCD05
Complementary color
Monochromatic Colors of #0FCD05
Black with #0FCD05
Text Example
Text Example
White with #0FCD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD05; }
p { color: rgb(15,205,5); }
H1.HeaderClassName
{
color: #0FCD05;
}
.AnyTagClassName
{
color: #0FCD05;
}
</style>
background-color css
<style>
a { background-color: #0FCD05; }
a { background-color: rgb(15,205,5); }
div.DivClassName
{
background-color: #0FCD05;
}
.BgClassName
{
background-color: #0FCD05;
}
</style>
border-color css
<style>
span { border-color: #0FCD05; }
span { border-color: rgb(15,205,5); }
td.TdClassName
{
border-color: #0FCD05;
}
.TagClassName
{
border-color: #0FCD05;
}
</style>