Shades of Medium Spring Green #01FEBE
Tints of Medium Spring Green #01FEBE
RGB
CMYK
RGB Variations
Color information
#01FEBE (or 0x01FEBE) is known color: Medium Spring Green. HEX triplet: 01, FE and BE. RGB value is (1,254,190). Sum of RGB (Red+Green+Blue) = 1+254+190=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FEBE is #FE0141. Grayscale: #ABABAB. Windows color (decimal): -16646466 or 12516865. OLE color: 12516865.
HSL color Cylindrical-coordinate representation of color #01FEBE: hue angle of 164.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FEBE is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 190 | - |
| CMYK | 1.00 | 0 | 0.25 | 0.00 |
| HSL | 164.82º | 0.99% | 0.5% | - |
| HSV(B) | 164.82º | 1% | 1% | - |
| XYZ | 44.75 | 74.61 | 60.76 | - |
| YUV | 171.06 | 138.68 | 6.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 190 | 1.00 | 0 | 0.25 | 0.00 | 164.82 | 0.99 | 0.5 |
| Hex | 1 | FE | BE | 64 | 0 | 19 | 0 | A5 | 63 | 32 |
| Octal | 1 | 376 | 276 | 144 | 0 | 31 | 0 | 245 | 143 | 62 |
| Binary | 1 | 11111110 | 10111110 | 1100100 | 0 | 11001 | 0 | 10100101 | 1100011 | 110010 |
Color Harmonies of #01FEBE
Complementary color
Monochromatic Colors of #01FEBE
Black with #01FEBE
Text Example
Text Example
White with #01FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FEBE; }
p { color: rgb(1,254,190); }
H1.HeaderClassName
{
color: #01FEBE;
}
.AnyTagClassName
{
color: #01FEBE;
}
</style>
background-color css
<style>
a { background-color: #01FEBE; }
a { background-color: rgb(1,254,190); }
div.DivClassName
{
background-color: #01FEBE;
}
.BgClassName
{
background-color: #01FEBE;
}
</style>
border-color css
<style>
span { border-color: #01FEBE; }
span { border-color: rgb(1,254,190); }
td.TdClassName
{
border-color: #01FEBE;
}
.TagClassName
{
border-color: #01FEBE;
}
</style>