Shades of Spring Green #28F274
Tints of Spring Green #28F274
RGB
CMYK
RGB Variations
Color information
#28F274 (or 0x28F274) is known color: Spring Green. HEX triplet: 28, F2 and 74. RGB value is (40,242,116). Sum of RGB (Red+Green+Blue) = 40+242+116=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #28F274 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F274 is #D70D8B. Grayscale: #A7A7A7. Windows color (decimal): -14093708 or 7664168. OLE color: 7664168.
HSL color Cylindrical-coordinate representation of color #28F274: hue angle of 142.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F274 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 116 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.05 |
| HSL | 142.57º | 0.89% | 0.55% | - |
| HSV(B) | 142.57º | 0.83% | 0.95% | - |
| XYZ | 35.78 | 65.22 | 27.23 | - |
| YUV | 167.24 | 99.08 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 116 | 0.83 | 0 | 0.52 | 0.05 | 142.57 | 0.89 | 0.55 |
| Hex | 28 | F2 | 74 | 53 | 0 | 34 | 5 | 8F | 59 | 37 |
| Octal | 50 | 362 | 164 | 123 | 0 | 64 | 5 | 217 | 131 | 67 |
| Binary | 101000 | 11110010 | 1110100 | 1010011 | 0 | 110100 | 101 | 10001111 | 1011001 | 110111 |
Color Harmonies of #28F274
Complementary color
Monochromatic Colors of #28F274
Black with #28F274
Text Example
Text Example
White with #28F274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F274; }
p { color: rgb(40,242,116); }
H1.HeaderClassName
{
color: #28F274;
}
.AnyTagClassName
{
color: #28F274;
}
</style>
background-color css
<style>
a { background-color: #28F274; }
a { background-color: rgb(40,242,116); }
div.DivClassName
{
background-color: #28F274;
}
.BgClassName
{
background-color: #28F274;
}
</style>
border-color css
<style>
span { border-color: #28F274; }
span { border-color: rgb(40,242,116); }
td.TdClassName
{
border-color: #28F274;
}
.TagClassName
{
border-color: #28F274;
}
</style>