Shades of Free Speech Green #28FC17
Tints of Free Speech Green #28FC17
RGB
CMYK
RGB Variations
Color information
#28FC17 (or 0x28FC17) is known color: Free Speech Green. HEX triplet: 28, FC and 17. RGB value is (40,252,23). Sum of RGB (Red+Green+Blue) = 40+252+23=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 252 (98.83% from 255 or 80% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FC17 is #D703E8. Grayscale: #A3A3A3. Windows color (decimal): -14091241 or 1571880. OLE color: 1571880.
HSL color Cylindrical-coordinate representation of color #28FC17: hue angle of 115.55º degrees, saturation: 0.97, 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 #28FC17 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 23 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.01 |
| HSL | 115.55º | 0.97% | 0.54% | - |
| HSV(B) | 115.55º | 0.91% | 0.99% | - |
| XYZ | 35.84 | 70.13 | 12.46 | - |
| YUV | 162.51 | 49.26 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 23 | 0.84 | 0 | 0.91 | 0.01 | 115.55 | 0.97 | 0.54 |
| Hex | 28 | FC | 17 | 54 | 0 | 5B | 1 | 74 | 61 | 36 |
| Octal | 50 | 374 | 27 | 124 | 0 | 133 | 1 | 164 | 141 | 66 |
| Binary | 101000 | 11111100 | 10111 | 1010100 | 0 | 1011011 | 1 | 1110100 | 1100001 | 110110 |
Color Harmonies of #28FC17
Complementary color
Monochromatic Colors of #28FC17
Black with #28FC17
Text Example
Text Example
White with #28FC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC17; }
p { color: rgb(40,252,23); }
H1.HeaderClassName
{
color: #28FC17;
}
.AnyTagClassName
{
color: #28FC17;
}
</style>
background-color css
<style>
a { background-color: #28FC17; }
a { background-color: rgb(40,252,23); }
div.DivClassName
{
background-color: #28FC17;
}
.BgClassName
{
background-color: #28FC17;
}
</style>
border-color css
<style>
span { border-color: #28FC17; }
span { border-color: rgb(40,252,23); }
td.TdClassName
{
border-color: #28FC17;
}
.TagClassName
{
border-color: #28FC17;
}
</style>