Shades of Medium Spring Green #01FBBC
Tints of Medium Spring Green #01FBBC
RGB
CMYK
RGB Variations
Color information
#01FBBC (or 0x01FBBC) is known color: Medium Spring Green. HEX triplet: 01, FB and BC. RGB value is (1,251,188). Sum of RGB (Red+Green+Blue) = 1+251+188=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #01FBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FBBC is #FE0443. Grayscale: #A9A9A9. Windows color (decimal): -16647236 or 12385025. OLE color: 12385025.
HSL color Cylindrical-coordinate representation of color #01FBBC: hue angle of 164.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FBBC is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 188 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.02 |
| HSL | 164.88º | 0.99% | 0.49% | - |
| HSV(B) | 164.88º | 1% | 0.98% | - |
| XYZ | 43.59 | 72.63 | 59.3 | - |
| YUV | 169.07 | 138.68 | 8.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 188 | 1.00 | 0 | 0.25 | 0.02 | 164.88 | 0.99 | 0.49 |
| Hex | 1 | FB | BC | 64 | 0 | 19 | 2 | A5 | 63 | 31 |
| Octal | 1 | 373 | 274 | 144 | 0 | 31 | 2 | 245 | 143 | 61 |
| Binary | 1 | 11111011 | 10111100 | 1100100 | 0 | 11001 | 10 | 10100101 | 1100011 | 110001 |
Color Harmonies of #01FBBC
Complementary color
Monochromatic Colors of #01FBBC
Black with #01FBBC
Text Example
Text Example
White with #01FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FBBC; }
p { color: rgb(1,251,188); }
H1.HeaderClassName
{
color: #01FBBC;
}
.AnyTagClassName
{
color: #01FBBC;
}
</style>
background-color css
<style>
a { background-color: #01FBBC; }
a { background-color: rgb(1,251,188); }
div.DivClassName
{
background-color: #01FBBC;
}
.BgClassName
{
background-color: #01FBBC;
}
</style>
border-color css
<style>
span { border-color: #01FBBC; }
span { border-color: rgb(1,251,188); }
td.TdClassName
{
border-color: #01FBBC;
}
.TagClassName
{
border-color: #01FBBC;
}
</style>