Shades of Spring Green #28FF86
Tints of Spring Green #28FF86
RGB
CMYK
RGB Variations
Color information
#28FF86 (or 0x28FF86) is known color: Spring Green. HEX triplet: 28, FF and 86. RGB value is (40,255,134). Sum of RGB (Red+Green+Blue) = 40+255+134=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28FF86 is #D70079. Grayscale: #B1B1B1. Windows color (decimal): -14090362 or 8847144. OLE color: 8847144.
HSL color Cylindrical-coordinate representation of color #28FF86: hue angle of 146.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF86 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 134 | - |
| CMYK | 0.84 | 0 | 0.47 | 0 |
| HSL | 146.23º | 1% | 0.58% | - |
| HSV(B) | 146.23º | 0.84% | 1% | - |
| XYZ | 40.94 | 73.69 | 34.62 | - |
| YUV | 176.92 | 103.77 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 134 | 0.84 | 0 | 0.47 | 0 | 146.23 | 1 | 0.58 |
| Hex | 28 | FF | 86 | 54 | 0 | 2F | 0 | 92 | 64 | 3A |
| Octal | 50 | 377 | 206 | 124 | 0 | 57 | 0 | 222 | 144 | 72 |
| Binary | 101000 | 11111111 | 10000110 | 1010100 | 0 | 101111 | 0 | 10010010 | 1100100 | 111010 |
Color Harmonies of #28FF86
Complementary color
Monochromatic Colors of #28FF86
Black with #28FF86
Text Example
Text Example
White with #28FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF86; }
p { color: rgb(40,255,134); }
H1.HeaderClassName
{
color: #28FF86;
}
.AnyTagClassName
{
color: #28FF86;
}
</style>
background-color css
<style>
a { background-color: #28FF86; }
a { background-color: rgb(40,255,134); }
div.DivClassName
{
background-color: #28FF86;
}
.BgClassName
{
background-color: #28FF86;
}
</style>
border-color css
<style>
span { border-color: #28FF86; }
span { border-color: rgb(40,255,134); }
td.TdClassName
{
border-color: #28FF86;
}
.TagClassName
{
border-color: #28FF86;
}
</style>