Shades of Medium Spring Green #02F997
Tints of Medium Spring Green #02F997
RGB
CMYK
RGB Variations
Color information
#02F997 (or 0x02F997) is known color: Medium Spring Green. HEX triplet: 02, F9 and 97. RGB value is (2,249,151). Sum of RGB (Red+Green+Blue) = 2+249+151=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #02F997 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F997 is #FD0668. Grayscale: #A4A4A4. Windows color (decimal): -16582249 or 9959682. OLE color: 9959682.
HSL color Cylindrical-coordinate representation of color #02F997: hue angle of 156.19º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F997 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 151 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.02 |
| HSL | 156.19º | 0.98% | 0.49% | - |
| HSV(B) | 156.19º | 0.99% | 0.98% | - |
| XYZ | 39.49 | 70 | 40.71 | - |
| YUV | 163.98 | 120.67 | 12.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 151 | 0.99 | 0 | 0.39 | 0.02 | 156.19 | 0.98 | 0.49 |
| Hex | 2 | F9 | 97 | 63 | 0 | 27 | 2 | 9C | 62 | 31 |
| Octal | 2 | 371 | 227 | 143 | 0 | 47 | 2 | 234 | 142 | 61 |
| Binary | 10 | 11111001 | 10010111 | 1100011 | 0 | 100111 | 10 | 10011100 | 1100010 | 110001 |
Color Harmonies of #02F997
Complementary color
Monochromatic Colors of #02F997
Black with #02F997
Text Example
Text Example
White with #02F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F997; }
p { color: rgb(2,249,151); }
H1.HeaderClassName
{
color: #02F997;
}
.AnyTagClassName
{
color: #02F997;
}
</style>
background-color css
<style>
a { background-color: #02F997; }
a { background-color: rgb(2,249,151); }
div.DivClassName
{
background-color: #02F997;
}
.BgClassName
{
background-color: #02F997;
}
</style>
border-color css
<style>
span { border-color: #02F997; }
span { border-color: rgb(2,249,151); }
td.TdClassName
{
border-color: #02F997;
}
.TagClassName
{
border-color: #02F997;
}
</style>