Shades of Spring Green #28FA85
Tints of Spring Green #28FA85
RGB
CMYK
RGB Variations
Color information
#28FA85 (or 0x28FA85) is known color: Spring Green. HEX triplet: 28, FA and 85. RGB value is (40,250,133). Sum of RGB (Red+Green+Blue) = 40+250+133=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28FA85 is #D7057A. Grayscale: #AEAEAE. Windows color (decimal): -14091643 or 8780328. OLE color: 8780328.
HSL color Cylindrical-coordinate representation of color #28FA85: hue angle of 146.57º 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 #28FA85 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 133 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.02 |
| HSL | 146.57º | 0.95% | 0.57% | - |
| HSV(B) | 146.57º | 0.84% | 0.98% | - |
| XYZ | 39.29 | 70.52 | 33.73 | - |
| YUV | 173.87 | 104.93 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 133 | 0.84 | 0 | 0.47 | 0.02 | 146.57 | 0.95 | 0.57 |
| Hex | 28 | FA | 85 | 54 | 0 | 2F | 2 | 93 | 5F | 39 |
| Octal | 50 | 372 | 205 | 124 | 0 | 57 | 2 | 223 | 137 | 71 |
| Binary | 101000 | 11111010 | 10000101 | 1010100 | 0 | 101111 | 10 | 10010011 | 1011111 | 111001 |
Color Harmonies of #28FA85
Complementary color
Monochromatic Colors of #28FA85
Black with #28FA85
Text Example
Text Example
White with #28FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA85; }
p { color: rgb(40,250,133); }
H1.HeaderClassName
{
color: #28FA85;
}
.AnyTagClassName
{
color: #28FA85;
}
</style>
background-color css
<style>
a { background-color: #28FA85; }
a { background-color: rgb(40,250,133); }
div.DivClassName
{
background-color: #28FA85;
}
.BgClassName
{
background-color: #28FA85;
}
</style>
border-color css
<style>
span { border-color: #28FA85; }
span { border-color: rgb(40,250,133); }
td.TdClassName
{
border-color: #28FA85;
}
.TagClassName
{
border-color: #28FA85;
}
</style>