Shades of Spring Green #28FB70
Tints of Spring Green #28FB70
RGB
CMYK
RGB Variations
Color information
#28FB70 (or 0x28FB70) is known color: Spring Green. HEX triplet: 28, FB and 70. RGB value is (40,251,112). Sum of RGB (Red+Green+Blue) = 40+251+112=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #28FB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FB70 is #D7048F. Grayscale: #ACACAC. Windows color (decimal): -14091408 or 7404328. OLE color: 7404328.
HSL color Cylindrical-coordinate representation of color #28FB70: hue angle of 140.47º degrees, saturation: 0.96, 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 #28FB70 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 112 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.02 |
| HSL | 140.47º | 0.96% | 0.57% | - |
| HSV(B) | 140.47º | 0.84% | 0.98% | - |
| XYZ | 38.3 | 70.62 | 26.94 | - |
| YUV | 172.07 | 94.1 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 112 | 0.84 | 0 | 0.55 | 0.02 | 140.47 | 0.96 | 0.57 |
| Hex | 28 | FB | 70 | 54 | 0 | 37 | 2 | 8C | 60 | 39 |
| Octal | 50 | 373 | 160 | 124 | 0 | 67 | 2 | 214 | 140 | 71 |
| Binary | 101000 | 11111011 | 1110000 | 1010100 | 0 | 110111 | 10 | 10001100 | 1100000 | 111001 |
Color Harmonies of #28FB70
Complementary color
Monochromatic Colors of #28FB70
Black with #28FB70
Text Example
Text Example
White with #28FB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FB70; }
p { color: rgb(40,251,112); }
H1.HeaderClassName
{
color: #28FB70;
}
.AnyTagClassName
{
color: #28FB70;
}
</style>
background-color css
<style>
a { background-color: #28FB70; }
a { background-color: rgb(40,251,112); }
div.DivClassName
{
background-color: #28FB70;
}
.BgClassName
{
background-color: #28FB70;
}
</style>
border-color css
<style>
span { border-color: #28FB70; }
span { border-color: rgb(40,251,112); }
td.TdClassName
{
border-color: #28FB70;
}
.TagClassName
{
border-color: #28FB70;
}
</style>