Shades of Free Speech Green #05DF00
Tints of Free Speech Green #05DF00
RGB
CMYK
RGB Variations
Color information
#05DF00 (or 0x05DF00) is known color: Free Speech Green. HEX triplet: 05, DF and 00. RGB value is (5,223,0). Sum of RGB (Red+Green+Blue) = 5+223+0=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 223 (87.5% from 255 or 97.81% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DF00 is #FA20FF. Grayscale: #858585. Windows color (decimal): -16392448 or 57093. OLE color: 57093.
HSL color Cylindrical-coordinate representation of color #05DF00: hue angle of 118.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05DF00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.13 |
| HSL | 118.65º | 1% | 0.44% | - |
| HSV(B) | 118.65º | 1% | 0.87% | - |
| XYZ | 26.45 | 52.81 | 8.8 | - |
| YUV | 132.4 | 53.28 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 0 | 0.98 | 0 | 1 | 0.13 | 118.65 | 1 | 0.44 |
| Hex | 5 | DF | 0 | 62 | 0 | 64 | D | 77 | 64 | 2C |
| Octal | 5 | 337 | 0 | 142 | 0 | 144 | 15 | 167 | 144 | 54 |
| Binary | 101 | 11011111 | 0 | 1100010 | 0 | 1100100 | 1101 | 1110111 | 1100100 | 101100 |
Color Harmonies of #05DF00
Complementary color
Monochromatic Colors of #05DF00
Black with #05DF00
Text Example
Text Example
White with #05DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF00; }
p { color: rgb(5,223,0); }
H1.HeaderClassName
{
color: #05DF00;
}
.AnyTagClassName
{
color: #05DF00;
}
</style>
background-color css
<style>
a { background-color: #05DF00; }
a { background-color: rgb(5,223,0); }
div.DivClassName
{
background-color: #05DF00;
}
.BgClassName
{
background-color: #05DF00;
}
</style>
border-color css
<style>
span { border-color: #05DF00; }
span { border-color: rgb(5,223,0); }
td.TdClassName
{
border-color: #05DF00;
}
.TagClassName
{
border-color: #05DF00;
}
</style>