Shades of Free Speech Green #28FD16
Tints of Free Speech Green #28FD16
RGB
CMYK
RGB Variations
Color information
#28FD16 (or 0x28FD16) is known color: Free Speech Green. HEX triplet: 28, FD and 16. RGB value is (40,253,22). Sum of RGB (Red+Green+Blue) = 40+253+22=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 253 (99.22% from 255 or 80.32% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FD16 is #D702E9. Grayscale: #A3A3A3. Windows color (decimal): -14090986 or 1506600. OLE color: 1506600.
HSL color Cylindrical-coordinate representation of color #28FD16: hue angle of 115.32º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28FD16 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 253 | 22 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.01 |
| HSL | 115.32º | 0.98% | 0.54% | - |
| HSV(B) | 115.32º | 0.91% | 0.99% | - |
| XYZ | 36.15 | 70.76 | 12.51 | - |
| YUV | 162.98 | 48.43 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 253 | 22 | 0.84 | 0 | 0.91 | 0.01 | 115.32 | 0.98 | 0.54 |
| Hex | 28 | FD | 16 | 54 | 0 | 5B | 1 | 73 | 62 | 36 |
| Octal | 50 | 375 | 26 | 124 | 0 | 133 | 1 | 163 | 142 | 66 |
| Binary | 101000 | 11111101 | 10110 | 1010100 | 0 | 1011011 | 1 | 1110011 | 1100010 | 110110 |
Color Harmonies of #28FD16
Complementary color
Monochromatic Colors of #28FD16
Black with #28FD16
Text Example
Text Example
White with #28FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FD16; }
p { color: rgb(40,253,22); }
H1.HeaderClassName
{
color: #28FD16;
}
.AnyTagClassName
{
color: #28FD16;
}
</style>
background-color css
<style>
a { background-color: #28FD16; }
a { background-color: rgb(40,253,22); }
div.DivClassName
{
background-color: #28FD16;
}
.BgClassName
{
background-color: #28FD16;
}
</style>
border-color css
<style>
span { border-color: #28FD16; }
span { border-color: rgb(40,253,22); }
td.TdClassName
{
border-color: #28FD16;
}
.TagClassName
{
border-color: #28FD16;
}
</style>