Shades of Free Speech Green #05CF0B
Tints of Free Speech Green #05CF0B
RGB
CMYK
RGB Variations
Color information
#05CF0B (or 0x05CF0B) is known color: Free Speech Green. HEX triplet: 05, CF and 0B. RGB value is (5,207,11). Sum of RGB (Red+Green+Blue) = 5+207+11=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 207 (81.25% from 255 or 92.83% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CF0B is #FA30F4. Grayscale: #7C7C7C. Windows color (decimal): -16396533 or 773893. OLE color: 773893.
HSL color Cylindrical-coordinate representation of color #05CF0B: hue angle of 121.78º 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 #05CF0B is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 11 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.19 |
| HSL | 121.78º | 0.95% | 0.42% | - |
| HSV(B) | 121.78º | 0.98% | 0.81% | - |
| XYZ | 22.44 | 44.68 | 7.76 | - |
| YUV | 124.26 | 64.08 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 11 | 0.98 | 0 | 0.95 | 0.19 | 121.78 | 0.95 | 0.42 |
| Hex | 5 | CF | B | 62 | 0 | 5F | 13 | 7A | 5F | 2A |
| Octal | 5 | 317 | 13 | 142 | 0 | 137 | 23 | 172 | 137 | 52 |
| Binary | 101 | 11001111 | 1011 | 1100010 | 0 | 1011111 | 10011 | 1111010 | 1011111 | 101010 |
Color Harmonies of #05CF0B
Complementary color
Monochromatic Colors of #05CF0B
Black with #05CF0B
Text Example
Text Example
White with #05CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF0B; }
p { color: rgb(5,207,11); }
H1.HeaderClassName
{
color: #05CF0B;
}
.AnyTagClassName
{
color: #05CF0B;
}
</style>
background-color css
<style>
a { background-color: #05CF0B; }
a { background-color: rgb(5,207,11); }
div.DivClassName
{
background-color: #05CF0B;
}
.BgClassName
{
background-color: #05CF0B;
}
</style>
border-color css
<style>
span { border-color: #05CF0B; }
span { border-color: rgb(5,207,11); }
td.TdClassName
{
border-color: #05CF0B;
}
.TagClassName
{
border-color: #05CF0B;
}
</style>