Shades of Free Speech Green #05DF03
Tints of Free Speech Green #05DF03
RGB
CMYK
RGB Variations
Color information
#05DF03 (or 0x05DF03) is known color: Free Speech Green. HEX triplet: 05, DF and 03. RGB value is (5,223,3). Sum of RGB (Red+Green+Blue) = 5+223+3=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 223 (87.5% from 255 or 96.54% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DF03 is #FA20FC. Grayscale: #858585. Windows color (decimal): -16392445 or 253701. OLE color: 253701.
HSL color Cylindrical-coordinate representation of color #05DF03: hue angle of 119.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05DF03 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 3 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.13 |
| HSL | 119.45º | 0.97% | 0.44% | - |
| HSV(B) | 119.45º | 0.99% | 0.87% | - |
| XYZ | 26.47 | 52.81 | 8.89 | - |
| YUV | 132.74 | 54.78 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 3 | 0.98 | 0 | 0.99 | 0.13 | 119.45 | 0.97 | 0.44 |
| Hex | 5 | DF | 3 | 62 | 0 | 63 | D | 77 | 61 | 2C |
| Octal | 5 | 337 | 3 | 142 | 0 | 143 | 15 | 167 | 141 | 54 |
| Binary | 101 | 11011111 | 11 | 1100010 | 0 | 1100011 | 1101 | 1110111 | 1100001 | 101100 |
Color Harmonies of #05DF03
Complementary color
Monochromatic Colors of #05DF03
Black with #05DF03
Text Example
Text Example
White with #05DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF03; }
p { color: rgb(5,223,3); }
H1.HeaderClassName
{
color: #05DF03;
}
.AnyTagClassName
{
color: #05DF03;
}
</style>
background-color css
<style>
a { background-color: #05DF03; }
a { background-color: rgb(5,223,3); }
div.DivClassName
{
background-color: #05DF03;
}
.BgClassName
{
background-color: #05DF03;
}
</style>
border-color css
<style>
span { border-color: #05DF03; }
span { border-color: rgb(5,223,3); }
td.TdClassName
{
border-color: #05DF03;
}
.TagClassName
{
border-color: #05DF03;
}
</style>