Shades of Medium Spring Green #01F8BB
Tints of Medium Spring Green #01F8BB
RGB
CMYK
RGB Variations
Color information
#01F8BB (or 0x01F8BB) is known color: Medium Spring Green. HEX triplet: 01, F8 and BB. RGB value is (1,248,187). Sum of RGB (Red+Green+Blue) = 1+248+187=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #01F8BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F8BB is #FE0744. Grayscale: #A7A7A7. Windows color (decimal): -16648005 or 12318721. OLE color: 12318721.
HSL color Cylindrical-coordinate representation of color #01F8BB: hue angle of 165.18º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F8BB is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 248 | 187 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.03 |
| HSL | 165.18º | 0.99% | 0.49% | - |
| HSV(B) | 165.18º | 1% | 0.97% | - |
| XYZ | 42.55 | 70.73 | 58.42 | - |
| YUV | 167.19 | 139.17 | 9.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 248 | 187 | 1.00 | 0 | 0.25 | 0.03 | 165.18 | 0.99 | 0.49 |
| Hex | 1 | F8 | BB | 64 | 0 | 19 | 3 | A5 | 63 | 31 |
| Octal | 1 | 370 | 273 | 144 | 0 | 31 | 3 | 245 | 143 | 61 |
| Binary | 1 | 11111000 | 10111011 | 1100100 | 0 | 11001 | 11 | 10100101 | 1100011 | 110001 |
Color Harmonies of #01F8BB
Complementary color
Monochromatic Colors of #01F8BB
Black with #01F8BB
Text Example
Text Example
White with #01F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F8BB; }
p { color: rgb(1,248,187); }
H1.HeaderClassName
{
color: #01F8BB;
}
.AnyTagClassName
{
color: #01F8BB;
}
</style>
background-color css
<style>
a { background-color: #01F8BB; }
a { background-color: rgb(1,248,187); }
div.DivClassName
{
background-color: #01F8BB;
}
.BgClassName
{
background-color: #01F8BB;
}
</style>
border-color css
<style>
span { border-color: #01F8BB; }
span { border-color: rgb(1,248,187); }
td.TdClassName
{
border-color: #01F8BB;
}
.TagClassName
{
border-color: #01F8BB;
}
</style>