Shades of Free Speech Green #05D60D
Tints of Free Speech Green #05D60D
RGB
CMYK
RGB Variations
Color information
#05D60D (or 0x05D60D) is known color: Free Speech Green. HEX triplet: 05, D6 and 0D. RGB value is (5,214,13). Sum of RGB (Red+Green+Blue) = 5+214+13=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 214 (83.98% from 255 or 92.24% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 214 - color contains mainly: green. Hex color #05D60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D60D is #FA29F2. Grayscale: #818181. Windows color (decimal): -16394739 or 906757. OLE color: 906757.
HSL color Cylindrical-coordinate representation of color #05D60D: hue angle of 122.3º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D60D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.16 |
| HSL | 122.3º | 0.95% | 0.43% | - |
| HSV(B) | 122.3º | 0.98% | 0.84% | - |
| XYZ | 24.18 | 48.15 | 8.4 | - |
| YUV | 128.6 | 62.76 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 13 | 0.98 | 0 | 0.94 | 0.16 | 122.3 | 0.95 | 0.43 |
| Hex | 5 | D6 | D | 62 | 0 | 5E | 10 | 7A | 5F | 2B |
| Octal | 5 | 326 | 15 | 142 | 0 | 136 | 20 | 172 | 137 | 53 |
| Binary | 101 | 11010110 | 1101 | 1100010 | 0 | 1011110 | 10000 | 1111010 | 1011111 | 101011 |
Color Harmonies of #05D60D
Complementary color
Monochromatic Colors of #05D60D
Black with #05D60D
Text Example
Text Example
White with #05D60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D60D; }
p { color: rgb(5,214,13); }
H1.HeaderClassName
{
color: #05D60D;
}
.AnyTagClassName
{
color: #05D60D;
}
</style>
background-color css
<style>
a { background-color: #05D60D; }
a { background-color: rgb(5,214,13); }
div.DivClassName
{
background-color: #05D60D;
}
.BgClassName
{
background-color: #05D60D;
}
</style>
border-color css
<style>
span { border-color: #05D60D; }
span { border-color: rgb(5,214,13); }
td.TdClassName
{
border-color: #05D60D;
}
.TagClassName
{
border-color: #05D60D;
}
</style>