Shades of Free Speech Green #05FF28
Tints of Free Speech Green #05FF28
RGB
CMYK
RGB Variations
Color information
#05FF28 (or 0x05FF28) is known color: Free Speech Green. HEX triplet: 05, FF and 28. RGB value is (5,255,40). Sum of RGB (Red+Green+Blue) = 5+255+40=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF28 is #FA00D7. Grayscale: #9C9C9C. Windows color (decimal): -16384216 or 2686725. OLE color: 2686725.
HSL color Cylindrical-coordinate representation of color #05FF28: hue angle of 128.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF28 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 40 | - |
| CMYK | 0.98 | 0 | 0.84 | 0 |
| HSL | 128.4º | 1% | 0.51% | - |
| HSV(B) | 128.4º | 0.98% | 1% | - |
| XYZ | 36.21 | 71.71 | 13.94 | - |
| YUV | 155.74 | 62.68 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 40 | 0.98 | 0 | 0.84 | 0 | 128.4 | 1 | 0.51 |
| Hex | 5 | FF | 28 | 62 | 0 | 54 | 0 | 80 | 64 | 33 |
| Octal | 5 | 377 | 50 | 142 | 0 | 124 | 0 | 200 | 144 | 63 |
| Binary | 101 | 11111111 | 101000 | 1100010 | 0 | 1010100 | 0 | 10000000 | 1100100 | 110011 |
Color Harmonies of #05FF28
Complementary color
Monochromatic Colors of #05FF28
Black with #05FF28
Text Example
Text Example
White with #05FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF28; }
p { color: rgb(5,255,40); }
H1.HeaderClassName
{
color: #05FF28;
}
.AnyTagClassName
{
color: #05FF28;
}
</style>
background-color css
<style>
a { background-color: #05FF28; }
a { background-color: rgb(5,255,40); }
div.DivClassName
{
background-color: #05FF28;
}
.BgClassName
{
background-color: #05FF28;
}
</style>
border-color css
<style>
span { border-color: #05FF28; }
span { border-color: rgb(5,255,40); }
td.TdClassName
{
border-color: #05FF28;
}
.TagClassName
{
border-color: #05FF28;
}
</style>