Shades of Spring Green #28F074
Tints of Spring Green #28F074
RGB
CMYK
RGB Variations
Color information
#28F074 (or 0x28F074) is known color: Spring Green. HEX triplet: 28, F0 and 74. RGB value is (40,240,116). Sum of RGB (Red+Green+Blue) = 40+240+116=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 240 (94.14% from 255 or 60.61% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 240 - color contains mainly: green. Hex color #28F074 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F074 is #D70F8B. Grayscale: #A6A6A6. Windows color (decimal): -14094220 or 7663656. OLE color: 7663656.
HSL color Cylindrical-coordinate representation of color #28F074: hue angle of 142.8º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F074 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 116 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.06 |
| HSL | 142.8º | 0.87% | 0.55% | - |
| HSV(B) | 142.8º | 0.83% | 0.94% | - |
| XYZ | 35.19 | 64.03 | 27.03 | - |
| YUV | 166.06 | 99.74 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 116 | 0.83 | 0 | 0.52 | 0.06 | 142.8 | 0.87 | 0.55 |
| Hex | 28 | F0 | 74 | 53 | 0 | 34 | 6 | 8F | 57 | 37 |
| Octal | 50 | 360 | 164 | 123 | 0 | 64 | 6 | 217 | 127 | 67 |
| Binary | 101000 | 11110000 | 1110100 | 1010011 | 0 | 110100 | 110 | 10001111 | 1010111 | 110111 |
Color Harmonies of #28F074
Complementary color
Monochromatic Colors of #28F074
Black with #28F074
Text Example
Text Example
White with #28F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F074; }
p { color: rgb(40,240,116); }
H1.HeaderClassName
{
color: #28F074;
}
.AnyTagClassName
{
color: #28F074;
}
</style>
background-color css
<style>
a { background-color: #28F074; }
a { background-color: rgb(40,240,116); }
div.DivClassName
{
background-color: #28F074;
}
.BgClassName
{
background-color: #28F074;
}
</style>
border-color css
<style>
span { border-color: #28F074; }
span { border-color: rgb(40,240,116); }
td.TdClassName
{
border-color: #28F074;
}
.TagClassName
{
border-color: #28F074;
}
</style>