Shades of Free Speech Green #05FA0D
Tints of Free Speech Green #05FA0D
RGB
CMYK
RGB Variations
Color information
#05FA0D (or 0x05FA0D) is known color: Free Speech Green. HEX triplet: 05, FA and 0D. RGB value is (5,250,13). Sum of RGB (Red+Green+Blue) = 5+250+13=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 250 (98.05% from 255 or 93.28% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FA0D is #FA05F2. Grayscale: #969696. Windows color (decimal): -16385523 or 915973. OLE color: 915973.
HSL color Cylindrical-coordinate representation of color #05FA0D: hue angle of 121.96º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FA0D is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 13 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.02 |
| HSL | 121.96º | 0.96% | 0.5% | - |
| HSV(B) | 121.96º | 0.98% | 0.98% | - |
| XYZ | 34.32 | 68.43 | 11.78 | - |
| YUV | 149.73 | 50.83 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 13 | 0.98 | 0 | 0.95 | 0.02 | 121.96 | 0.96 | 0.5 |
| Hex | 5 | FA | D | 62 | 0 | 5F | 2 | 7A | 60 | 32 |
| Octal | 5 | 372 | 15 | 142 | 0 | 137 | 2 | 172 | 140 | 62 |
| Binary | 101 | 11111010 | 1101 | 1100010 | 0 | 1011111 | 10 | 1111010 | 1100000 | 110010 |
Color Harmonies of #05FA0D
Complementary color
Monochromatic Colors of #05FA0D
Black with #05FA0D
Text Example
Text Example
White with #05FA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA0D; }
p { color: rgb(5,250,13); }
H1.HeaderClassName
{
color: #05FA0D;
}
.AnyTagClassName
{
color: #05FA0D;
}
</style>
background-color css
<style>
a { background-color: #05FA0D; }
a { background-color: rgb(5,250,13); }
div.DivClassName
{
background-color: #05FA0D;
}
.BgClassName
{
background-color: #05FA0D;
}
</style>
border-color css
<style>
span { border-color: #05FA0D; }
span { border-color: rgb(5,250,13); }
td.TdClassName
{
border-color: #05FA0D;
}
.TagClassName
{
border-color: #05FA0D;
}
</style>