Shades of Medium Spring Green #02FFB5
Tints of Medium Spring Green #02FFB5
RGB
CMYK
RGB Variations
Color information
#02FFB5 (or 0x02FFB5) is known color: Medium Spring Green. HEX triplet: 02, FF and B5. RGB value is (2,255,181). Sum of RGB (Red+Green+Blue) = 2+255+181=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFB5 is #FD004A. Grayscale: #AAAAAA. Windows color (decimal): -16580683 or 11927298. OLE color: 11927298.
HSL color Cylindrical-coordinate representation of color #02FFB5: hue angle of 162.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFB5 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 181 | - |
| CMYK | 0.99 | 0 | 0.29 | 0 |
| HSL | 162.45º | 1% | 0.5% | - |
| HSV(B) | 162.45º | 0.99% | 1% | - |
| XYZ | 44.13 | 74.87 | 55.84 | - |
| YUV | 170.92 | 133.68 | 7.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 181 | 0.99 | 0 | 0.29 | 0 | 162.45 | 1 | 0.5 |
| Hex | 2 | FF | B5 | 63 | 0 | 1D | 0 | A2 | 64 | 32 |
| Octal | 2 | 377 | 265 | 143 | 0 | 35 | 0 | 242 | 144 | 62 |
| Binary | 10 | 11111111 | 10110101 | 1100011 | 0 | 11101 | 0 | 10100010 | 1100100 | 110010 |
Color Harmonies of #02FFB5
Complementary color
Monochromatic Colors of #02FFB5
Black with #02FFB5
Text Example
Text Example
White with #02FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFB5; }
p { color: rgb(2,255,181); }
H1.HeaderClassName
{
color: #02FFB5;
}
.AnyTagClassName
{
color: #02FFB5;
}
</style>
background-color css
<style>
a { background-color: #02FFB5; }
a { background-color: rgb(2,255,181); }
div.DivClassName
{
background-color: #02FFB5;
}
.BgClassName
{
background-color: #02FFB5;
}
</style>
border-color css
<style>
span { border-color: #02FFB5; }
span { border-color: rgb(2,255,181); }
td.TdClassName
{
border-color: #02FFB5;
}
.TagClassName
{
border-color: #02FFB5;
}
</style>