Shades of Spring Green #28FA86
Tints of Spring Green #28FA86
RGB
CMYK
RGB Variations
Color information
#28FA86 (or 0x28FA86) is known color: Spring Green. HEX triplet: 28, FA and 86. RGB value is (40,250,134). Sum of RGB (Red+Green+Blue) = 40+250+134=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28FA86 is #D70579. Grayscale: #AEAEAE. Windows color (decimal): -14091642 or 8845864. OLE color: 8845864.
HSL color Cylindrical-coordinate representation of color #28FA86: hue angle of 146.86º 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 #28FA86 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 134 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.02 |
| HSL | 146.86º | 0.95% | 0.57% | - |
| HSV(B) | 146.86º | 0.84% | 0.98% | - |
| XYZ | 39.36 | 70.54 | 34.1 | - |
| YUV | 173.99 | 105.43 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 134 | 0.84 | 0 | 0.46 | 0.02 | 146.86 | 0.95 | 0.57 |
| Hex | 28 | FA | 86 | 54 | 0 | 2E | 2 | 93 | 5F | 39 |
| Octal | 50 | 372 | 206 | 124 | 0 | 56 | 2 | 223 | 137 | 71 |
| Binary | 101000 | 11111010 | 10000110 | 1010100 | 0 | 101110 | 10 | 10010011 | 1011111 | 111001 |
Color Harmonies of #28FA86
Complementary color
Monochromatic Colors of #28FA86
Black with #28FA86
Text Example
Text Example
White with #28FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA86; }
p { color: rgb(40,250,134); }
H1.HeaderClassName
{
color: #28FA86;
}
.AnyTagClassName
{
color: #28FA86;
}
</style>
background-color css
<style>
a { background-color: #28FA86; }
a { background-color: rgb(40,250,134); }
div.DivClassName
{
background-color: #28FA86;
}
.BgClassName
{
background-color: #28FA86;
}
</style>
border-color css
<style>
span { border-color: #28FA86; }
span { border-color: rgb(40,250,134); }
td.TdClassName
{
border-color: #28FA86;
}
.TagClassName
{
border-color: #28FA86;
}
</style>