Shades of Spring Green #28FC86
Tints of Spring Green #28FC86
RGB
CMYK
RGB Variations
Color information
#28FC86 (or 0x28FC86) is known color: Spring Green. HEX triplet: 28, FC and 86. RGB value is (40,252,134). Sum of RGB (Red+Green+Blue) = 40+252+134=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28FC86 is #D70379. Grayscale: #AFAFAF. Windows color (decimal): -14091130 or 8846376. OLE color: 8846376.
HSL color Cylindrical-coordinate representation of color #28FC86: hue angle of 146.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FC86 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 134 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.01 |
| HSL | 146.6º | 0.97% | 0.57% | - |
| HSV(B) | 146.6º | 0.84% | 0.99% | - |
| XYZ | 39.99 | 71.79 | 34.3 | - |
| YUV | 175.16 | 104.76 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 134 | 0.84 | 0 | 0.47 | 0.01 | 146.6 | 0.97 | 0.57 |
| Hex | 28 | FC | 86 | 54 | 0 | 2F | 1 | 93 | 61 | 39 |
| Octal | 50 | 374 | 206 | 124 | 0 | 57 | 1 | 223 | 141 | 71 |
| Binary | 101000 | 11111100 | 10000110 | 1010100 | 0 | 101111 | 1 | 10010011 | 1100001 | 111001 |
Color Harmonies of #28FC86
Complementary color
Monochromatic Colors of #28FC86
Black with #28FC86
Text Example
Text Example
White with #28FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC86; }
p { color: rgb(40,252,134); }
H1.HeaderClassName
{
color: #28FC86;
}
.AnyTagClassName
{
color: #28FC86;
}
</style>
background-color css
<style>
a { background-color: #28FC86; }
a { background-color: rgb(40,252,134); }
div.DivClassName
{
background-color: #28FC86;
}
.BgClassName
{
background-color: #28FC86;
}
</style>
border-color css
<style>
span { border-color: #28FC86; }
span { border-color: rgb(40,252,134); }
td.TdClassName
{
border-color: #28FC86;
}
.TagClassName
{
border-color: #28FC86;
}
</style>