Shades of Free Speech Green #28F524
Tints of Free Speech Green #28F524
RGB
CMYK
RGB Variations
Color information
#28F524 (or 0x28F524) is known color: Free Speech Green. HEX triplet: 28, F5 and 24. RGB value is (40,245,36). Sum of RGB (Red+Green+Blue) = 40+245+36=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #28F524 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F524 is #D70ADB. Grayscale: #A0A0A0. Windows color (decimal): -14093020 or 2422056. OLE color: 2422056.
HSL color Cylindrical-coordinate representation of color #28F524: hue angle of 118.85º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28F524 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 245 | 36 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.04 |
| HSL | 118.85º | 0.91% | 0.55% | - |
| HSV(B) | 118.85º | 0.85% | 0.96% | - |
| XYZ | 33.85 | 65.88 | 12.6 | - |
| YUV | 159.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 36 | 0.84 | 0 | 0.85 | 0.04 | 118.85 | 0.91 | 0.55 |
| Hex | 28 | F5 | 24 | 54 | 0 | 55 | 4 | 77 | 5B | 37 |
| Octal | 50 | 365 | 44 | 124 | 0 | 125 | 4 | 167 | 133 | 67 |
| Binary | 101000 | 11110101 | 100100 | 1010100 | 0 | 1010101 | 100 | 1110111 | 1011011 | 110111 |
Color Harmonies of #28F524
Complementary color
Monochromatic Colors of #28F524
Black with #28F524
Text Example
Text Example
White with #28F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F524; }
p { color: rgb(40,245,36); }
H1.HeaderClassName
{
color: #28F524;
}
.AnyTagClassName
{
color: #28F524;
}
</style>
background-color css
<style>
a { background-color: #28F524; }
a { background-color: rgb(40,245,36); }
div.DivClassName
{
background-color: #28F524;
}
.BgClassName
{
background-color: #28F524;
}
</style>
border-color css
<style>
span { border-color: #28F524; }
span { border-color: rgb(40,245,36); }
td.TdClassName
{
border-color: #28F524;
}
.TagClassName
{
border-color: #28F524;
}
</style>