Shades of Free Speech Green #00CF05
Tints of Free Speech Green #00CF05
RGB
CMYK
RGB Variations
Color information
#00CF05 (or 0x00CF05) is known color: Free Speech Green. HEX triplet: 00, CF and 05. RGB value is (0,207,5). Sum of RGB (Red+Green+Blue) = 0+207+5=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 207 (81.25% from 255 or 97.64% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF05 is #FF30FA. Grayscale: #7A7A7A. Windows color (decimal): -16724219 or 380672. OLE color: 380672.
HSL color Cylindrical-coordinate representation of color #00CF05: hue angle of 121.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF05 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 5 | - |
| CMYK | 1 | 0 | 0.98 | 0.19 |
| HSL | 121.45º | 1% | 0.41% | - |
| HSV(B) | 121.45º | 1% | 0.81% | - |
| XYZ | 22.34 | 44.64 | 7.58 | - |
| YUV | 122.08 | 61.92 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 5 | 1 | 0 | 0.98 | 0.19 | 121.45 | 1 | 0.41 |
| Hex | 0 | CF | 5 | 64 | 0 | 62 | 13 | 79 | 64 | 29 |
| Octal | 0 | 317 | 5 | 144 | 0 | 142 | 23 | 171 | 144 | 51 |
| Binary | 0 | 11001111 | 101 | 1100100 | 0 | 1100010 | 10011 | 1111001 | 1100100 | 101001 |
Color Harmonies of #00CF05
Complementary color
Monochromatic Colors of #00CF05
Black with #00CF05
Text Example
Text Example
White with #00CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF05; }
p { color: rgb(0,207,5); }
H1.HeaderClassName
{
color: #00CF05;
}
.AnyTagClassName
{
color: #00CF05;
}
</style>
background-color css
<style>
a { background-color: #00CF05; }
a { background-color: rgb(0,207,5); }
div.DivClassName
{
background-color: #00CF05;
}
.BgClassName
{
background-color: #00CF05;
}
</style>
border-color css
<style>
span { border-color: #00CF05; }
span { border-color: rgb(0,207,5); }
td.TdClassName
{
border-color: #00CF05;
}
.TagClassName
{
border-color: #00CF05;
}
</style>