Shades of Medium Spring Green #01EEB5
Tints of Medium Spring Green #01EEB5
RGB
CMYK
RGB Variations
Color information
#01EEB5 (or 0x01EEB5) is known color: Medium Spring Green. HEX triplet: 01, EE and B5. RGB value is (1,238,181). Sum of RGB (Red+Green+Blue) = 1+238+181=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #01EEB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EEB5 is #FE114A. Grayscale: #A0A0A0. Windows color (decimal): -16650571 or 11922945. OLE color: 11922945.
HSL color Cylindrical-coordinate representation of color #01EEB5: hue angle of 165.57º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EEB5 is Cyan = 1.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 181 | - |
| CMYK | 1.00 | 0 | 0.24 | 0.07 |
| HSL | 165.57º | 0.99% | 0.47% | - |
| HSV(B) | 165.57º | 1% | 0.93% | - |
| XYZ | 38.93 | 64.49 | 54.11 | - |
| YUV | 160.64 | 139.48 | 14.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 181 | 1.00 | 0 | 0.24 | 0.07 | 165.57 | 0.99 | 0.47 |
| Hex | 1 | EE | B5 | 64 | 0 | 18 | 7 | A6 | 63 | 2F |
| Octal | 1 | 356 | 265 | 144 | 0 | 30 | 7 | 246 | 143 | 57 |
| Binary | 1 | 11101110 | 10110101 | 1100100 | 0 | 11000 | 111 | 10100110 | 1100011 | 101111 |
Color Harmonies of #01EEB5
Complementary color
Monochromatic Colors of #01EEB5
Black with #01EEB5
Text Example
Text Example
White with #01EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EEB5; }
p { color: rgb(1,238,181); }
H1.HeaderClassName
{
color: #01EEB5;
}
.AnyTagClassName
{
color: #01EEB5;
}
</style>
background-color css
<style>
a { background-color: #01EEB5; }
a { background-color: rgb(1,238,181); }
div.DivClassName
{
background-color: #01EEB5;
}
.BgClassName
{
background-color: #01EEB5;
}
</style>
border-color css
<style>
span { border-color: #01EEB5; }
span { border-color: rgb(1,238,181); }
td.TdClassName
{
border-color: #01EEB5;
}
.TagClassName
{
border-color: #01EEB5;
}
</style>