Shades of Medium Spring Green #02EFB6
Tints of Medium Spring Green #02EFB6
RGB
CMYK
RGB Variations
Color information
#02EFB6 (or 0x02EFB6) is known color: Medium Spring Green. HEX triplet: 02, EF and B6. RGB value is (2,239,182). Sum of RGB (Red+Green+Blue) = 2+239+182=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EFB6 is #FD1049. Grayscale: #A1A1A1. Windows color (decimal): -16584778 or 11988738. OLE color: 11988738.
HSL color Cylindrical-coordinate representation of color #02EFB6: hue angle of 165.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EFB6 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 182 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.06 |
| HSL | 165.57º | 0.98% | 0.47% | - |
| HSV(B) | 165.57º | 0.99% | 0.94% | - |
| XYZ | 39.34 | 65.12 | 54.75 | - |
| YUV | 161.64 | 139.48 | 14.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 182 | 0.99 | 0 | 0.24 | 0.06 | 165.57 | 0.98 | 0.47 |
| Hex | 2 | EF | B6 | 63 | 0 | 18 | 6 | A6 | 62 | 2F |
| Octal | 2 | 357 | 266 | 143 | 0 | 30 | 6 | 246 | 142 | 57 |
| Binary | 10 | 11101111 | 10110110 | 1100011 | 0 | 11000 | 110 | 10100110 | 1100010 | 101111 |
Color Harmonies of #02EFB6
Complementary color
Monochromatic Colors of #02EFB6
Black with #02EFB6
Text Example
Text Example
White with #02EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFB6; }
p { color: rgb(2,239,182); }
H1.HeaderClassName
{
color: #02EFB6;
}
.AnyTagClassName
{
color: #02EFB6;
}
</style>
background-color css
<style>
a { background-color: #02EFB6; }
a { background-color: rgb(2,239,182); }
div.DivClassName
{
background-color: #02EFB6;
}
.BgClassName
{
background-color: #02EFB6;
}
</style>
border-color css
<style>
span { border-color: #02EFB6; }
span { border-color: rgb(2,239,182); }
td.TdClassName
{
border-color: #02EFB6;
}
.TagClassName
{
border-color: #02EFB6;
}
</style>