Shades of Spring Green #28F970
Tints of Spring Green #28F970
RGB
CMYK
RGB Variations
Color information
#28F970 (or 0x28F970) is known color: Spring Green. HEX triplet: 28, F9 and 70. RGB value is (40,249,112). Sum of RGB (Red+Green+Blue) = 40+249+112=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #28F970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F970 is #D7068F. Grayscale: #ABABAB. Windows color (decimal): -14091920 or 7403816. OLE color: 7403816.
HSL color Cylindrical-coordinate representation of color #28F970: hue angle of 140.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F970 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 112 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.02 |
| HSL | 140.67º | 0.95% | 0.57% | - |
| HSV(B) | 140.67º | 0.84% | 0.98% | - |
| XYZ | 37.68 | 69.37 | 26.73 | - |
| YUV | 170.89 | 94.76 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 112 | 0.84 | 0 | 0.55 | 0.02 | 140.67 | 0.95 | 0.57 |
| Hex | 28 | F9 | 70 | 54 | 0 | 37 | 2 | 8D | 5F | 39 |
| Octal | 50 | 371 | 160 | 124 | 0 | 67 | 2 | 215 | 137 | 71 |
| Binary | 101000 | 11111001 | 1110000 | 1010100 | 0 | 110111 | 10 | 10001101 | 1011111 | 111001 |
Color Harmonies of #28F970
Complementary color
Monochromatic Colors of #28F970
Black with #28F970
Text Example
Text Example
White with #28F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F970; }
p { color: rgb(40,249,112); }
H1.HeaderClassName
{
color: #28F970;
}
.AnyTagClassName
{
color: #28F970;
}
</style>
background-color css
<style>
a { background-color: #28F970; }
a { background-color: rgb(40,249,112); }
div.DivClassName
{
background-color: #28F970;
}
.BgClassName
{
background-color: #28F970;
}
</style>
border-color css
<style>
span { border-color: #28F970; }
span { border-color: rgb(40,249,112); }
td.TdClassName
{
border-color: #28F970;
}
.TagClassName
{
border-color: #28F970;
}
</style>