Shades of Medium Spring Green #01F2B5
Tints of Medium Spring Green #01F2B5
RGB
CMYK
RGB Variations
Color information
#01F2B5 (or 0x01F2B5) is known color: Medium Spring Green. HEX triplet: 01, F2 and B5. RGB value is (1,242,181). Sum of RGB (Red+Green+Blue) = 1+242+181=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2B5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2B5 is #FE0D4A. Grayscale: #A2A2A2. Windows color (decimal): -16649547 or 11923969. OLE color: 11923969.
HSL color Cylindrical-coordinate representation of color #01F2B5: hue angle of 164.81º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2B5 is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 181 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.05 |
| HSL | 164.81º | 0.99% | 0.48% | - |
| HSV(B) | 164.81º | 1% | 0.95% | - |
| XYZ | 40.11 | 66.85 | 54.51 | - |
| YUV | 162.99 | 138.16 | 12.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 181 | 1.00 | 0 | 0.25 | 0.05 | 164.81 | 0.99 | 0.48 |
| Hex | 1 | F2 | B5 | 64 | 0 | 19 | 5 | A5 | 63 | 30 |
| Octal | 1 | 362 | 265 | 144 | 0 | 31 | 5 | 245 | 143 | 60 |
| Binary | 1 | 11110010 | 10110101 | 1100100 | 0 | 11001 | 101 | 10100101 | 1100011 | 110000 |
Color Harmonies of #01F2B5
Complementary color
Monochromatic Colors of #01F2B5
Black with #01F2B5
Text Example
Text Example
White with #01F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2B5; }
p { color: rgb(1,242,181); }
H1.HeaderClassName
{
color: #01F2B5;
}
.AnyTagClassName
{
color: #01F2B5;
}
</style>
background-color css
<style>
a { background-color: #01F2B5; }
a { background-color: rgb(1,242,181); }
div.DivClassName
{
background-color: #01F2B5;
}
.BgClassName
{
background-color: #01F2B5;
}
</style>
border-color css
<style>
span { border-color: #01F2B5; }
span { border-color: rgb(1,242,181); }
td.TdClassName
{
border-color: #01F2B5;
}
.TagClassName
{
border-color: #01F2B5;
}
</style>