Shades of Medium Spring Green #00FFBF
Tints of Medium Spring Green #00FFBF
RGB
CMYK
RGB Variations
Color information
#00FFBF (or 0x00FFBF) is known color: Medium Spring Green. HEX triplet: 00, FF and BF. RGB value is (0,255,191). Sum of RGB (Red+Green+Blue) = 0+255+191=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFBF is #FF0040. Grayscale: #ABABAB. Windows color (decimal): -16711745 or 12582656. OLE color: 12582656.
HSL color Cylindrical-coordinate representation of color #00FFBF: hue angle of 164.94º 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 #00FFBF is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 191 | - |
CMYK | 1 | 0 | 0.25 | 0 |
HSL | 164.94º | 1% | 0.5% | - |
HSV(B) | 164.94º | 1% | 1% | - |
XYZ | 45.16 | 75.28 | 61.44 | - |
YUV | 171.46 | 139.02 | 5.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 191 | 1 | 0 | 0.25 | 0 | 164.94 | 1 | 0.5 |
Hex | 0 | FF | BF | 64 | 0 | 19 | 0 | A5 | 64 | 32 |
Octal | 0 | 377 | 277 | 144 | 0 | 31 | 0 | 245 | 144 | 62 |
Binary | 0 | 11111111 | 10111111 | 1100100 | 0 | 11001 | 0 | 10100101 | 1100100 | 110010 |
Color Harmonies of #00FFBF
Complementary color
Monochromatic Colors of #00FFBF
Black with #00FFBF
Text Example
Text Example
White with #00FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFBF; }
p { color: rgb(0,255,191); }
H1.HeaderClassName
{
color: #00FFBF;
}
.AnyTagClassName
{
color: #00FFBF;
}
</style>
background-color css
<style>
a { background-color: #00FFBF; }
a { background-color: rgb(0,255,191); }
div.DivClassName
{
background-color: #00FFBF;
}
.BgClassName
{
background-color: #00FFBF;
}
</style>
border-color css
<style>
span { border-color: #00FFBF; }
span { border-color: rgb(0,255,191); }
td.TdClassName
{
border-color: #00FFBF;
}
.TagClassName
{
border-color: #00FFBF;
}
</style>