Shades of Medium Spring Green #02FBA5
Tints of Medium Spring Green #02FBA5
RGB
CMYK
RGB Variations
Color information
#02FBA5 (or 0x02FBA5) is known color: Medium Spring Green. HEX triplet: 02, FB and A5. RGB value is (2,251,165). Sum of RGB (Red+Green+Blue) = 2+251+165=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 251 (98.44% from 255 or 60.05% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FBA5 is #FD045A. Grayscale: #A6A6A6. Windows color (decimal): -16581723 or 10877698. OLE color: 10877698.
HSL color Cylindrical-coordinate representation of color #02FBA5: hue angle of 159.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FBA5 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 165 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.02 |
| HSL | 159.28º | 0.98% | 0.5% | - |
| HSV(B) | 159.28º | 0.99% | 0.98% | - |
| XYZ | 41.31 | 71.72 | 47.26 | - |
| YUV | 166.75 | 127.01 | 10.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 165 | 0.99 | 0 | 0.34 | 0.02 | 159.28 | 0.98 | 0.5 |
| Hex | 2 | FB | A5 | 63 | 0 | 22 | 2 | 9F | 62 | 32 |
| Octal | 2 | 373 | 245 | 143 | 0 | 42 | 2 | 237 | 142 | 62 |
| Binary | 10 | 11111011 | 10100101 | 1100011 | 0 | 100010 | 10 | 10011111 | 1100010 | 110010 |
Color Harmonies of #02FBA5
Complementary color
Monochromatic Colors of #02FBA5
Black with #02FBA5
Text Example
Text Example
White with #02FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBA5; }
p { color: rgb(2,251,165); }
H1.HeaderClassName
{
color: #02FBA5;
}
.AnyTagClassName
{
color: #02FBA5;
}
</style>
background-color css
<style>
a { background-color: #02FBA5; }
a { background-color: rgb(2,251,165); }
div.DivClassName
{
background-color: #02FBA5;
}
.BgClassName
{
background-color: #02FBA5;
}
</style>
border-color css
<style>
span { border-color: #02FBA5; }
span { border-color: rgb(2,251,165); }
td.TdClassName
{
border-color: #02FBA5;
}
.TagClassName
{
border-color: #02FBA5;
}
</style>