Shades of Free Speech Green #01DF05
Tints of Free Speech Green #01DF05
RGB
CMYK
RGB Variations
Color information
#01DF05 (or 0x01DF05) is known color: Free Speech Green. HEX triplet: 01, DF and 05. RGB value is (1,223,5). Sum of RGB (Red+Green+Blue) = 1+223+5=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 223 (87.5% from 255 or 97.38% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF05 is #FE20FA. Grayscale: #848484. Windows color (decimal): -16654587 or 384769. OLE color: 384769.
HSL color Cylindrical-coordinate representation of color #01DF05: hue angle of 121.08º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF05 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 5 | - |
| CMYK | 1.00 | 0 | 0.98 | 0.13 |
| HSL | 121.08º | 0.99% | 0.44% | - |
| HSV(B) | 121.08º | 1% | 0.87% | - |
| XYZ | 26.43 | 52.79 | 8.94 | - |
| YUV | 131.77 | 56.45 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 5 | 1.00 | 0 | 0.98 | 0.13 | 121.08 | 0.99 | 0.44 |
| Hex | 1 | DF | 5 | 64 | 0 | 62 | D | 79 | 63 | 2C |
| Octal | 1 | 337 | 5 | 144 | 0 | 142 | 15 | 171 | 143 | 54 |
| Binary | 1 | 11011111 | 101 | 1100100 | 0 | 1100010 | 1101 | 1111001 | 1100011 | 101100 |
Color Harmonies of #01DF05
Complementary color
Monochromatic Colors of #01DF05
Black with #01DF05
Text Example
Text Example
White with #01DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF05; }
p { color: rgb(1,223,5); }
H1.HeaderClassName
{
color: #01DF05;
}
.AnyTagClassName
{
color: #01DF05;
}
</style>
background-color css
<style>
a { background-color: #01DF05; }
a { background-color: rgb(1,223,5); }
div.DivClassName
{
background-color: #01DF05;
}
.BgClassName
{
background-color: #01DF05;
}
</style>
border-color css
<style>
span { border-color: #01DF05; }
span { border-color: rgb(1,223,5); }
td.TdClassName
{
border-color: #01DF05;
}
.TagClassName
{
border-color: #01DF05;
}
</style>