Shades of Medium Spring Green #00FFBE
Tints of Medium Spring Green #00FFBE
RGB
CMYK
RGB Variations
Color information
#00FFBE (or 0x00FFBE) is known color: Medium Spring Green. HEX triplet: 00, FF and BE. RGB value is (0,255,190). Sum of RGB (Red+Green+Blue) = 0+255+190=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFBE is #FF0041. Grayscale: #ABABAB. Windows color (decimal): -16711746 or 12517120. OLE color: 12517120.
HSL color Cylindrical-coordinate representation of color #00FFBE: hue angle of 164.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFBE is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 190 | - |
CMYK | 1 | 0 | 0.25 | 0 |
HSL | 164.71º | 1% | 0.5% | - |
HSV(B) | 164.71º | 1% | 1% | - |
XYZ | 45.05 | 75.24 | 60.86 | - |
YUV | 171.35 | 138.52 | 5.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 190 | 1 | 0 | 0.25 | 0 | 164.71 | 1 | 0.5 |
Hex | 0 | FF | BE | 64 | 0 | 19 | 0 | A5 | 64 | 32 |
Octal | 0 | 377 | 276 | 144 | 0 | 31 | 0 | 245 | 144 | 62 |
Binary | 0 | 11111111 | 10111110 | 1100100 | 0 | 11001 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FFBE
Complementary color
Monochromatic Colors of #00FFBE
Black with #00FFBE
Text Example
Text Example
White with #00FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFBE; }
p { color: rgb(0,255,190); }
H1.HeaderClassName
{
color: #00FFBE;
}
.AnyTagClassName
{
color: #00FFBE;
}
</style>
background-color css
<style>
a { background-color: #00FFBE; }
a { background-color: rgb(0,255,190); }
div.DivClassName
{
background-color: #00FFBE;
}
.BgClassName
{
background-color: #00FFBE;
}
</style>
border-color css
<style>
span { border-color: #00FFBE; }
span { border-color: rgb(0,255,190); }
td.TdClassName
{
border-color: #00FFBE;
}
.TagClassName
{
border-color: #00FFBE;
}
</style>