Shades of Spring Green #28F875
Tints of Spring Green #28F875
RGB
CMYK
RGB Variations
Color information
#28F875 (or 0x28F875) is known color: Spring Green. HEX triplet: 28, F8 and 75. RGB value is (40,248,117). Sum of RGB (Red+Green+Blue) = 40+248+117=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #28F875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F875 is #D7078A. Grayscale: #ABABAB. Windows color (decimal): -14092171 or 7731240. OLE color: 7731240.
HSL color Cylindrical-coordinate representation of color #28F875: hue angle of 142.21º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F875 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 117 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.03 |
| HSL | 142.21º | 0.94% | 0.56% | - |
| HSV(B) | 142.21º | 0.84% | 0.97% | - |
| XYZ | 37.65 | 68.87 | 28.14 | - |
| YUV | 170.87 | 97.59 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 117 | 0.84 | 0 | 0.53 | 0.03 | 142.21 | 0.94 | 0.56 |
| Hex | 28 | F8 | 75 | 54 | 0 | 35 | 3 | 8E | 5E | 38 |
| Octal | 50 | 370 | 165 | 124 | 0 | 65 | 3 | 216 | 136 | 70 |
| Binary | 101000 | 11111000 | 1110101 | 1010100 | 0 | 110101 | 11 | 10001110 | 1011110 | 111000 |
Color Harmonies of #28F875
Complementary color
Monochromatic Colors of #28F875
Black with #28F875
Text Example
Text Example
White with #28F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F875; }
p { color: rgb(40,248,117); }
H1.HeaderClassName
{
color: #28F875;
}
.AnyTagClassName
{
color: #28F875;
}
</style>
background-color css
<style>
a { background-color: #28F875; }
a { background-color: rgb(40,248,117); }
div.DivClassName
{
background-color: #28F875;
}
.BgClassName
{
background-color: #28F875;
}
</style>
border-color css
<style>
span { border-color: #28F875; }
span { border-color: rgb(40,248,117); }
td.TdClassName
{
border-color: #28F875;
}
.TagClassName
{
border-color: #28F875;
}
</style>