Shades of Medium Spring Green #00F9BD
Tints of Medium Spring Green #00F9BD
RGB
CMYK
RGB Variations
Color information
#00F9BD (or 0x00F9BD) is known color: Medium Spring Green. HEX triplet: 00, F9 and BD. RGB value is (0,249,189). Sum of RGB (Red+Green+Blue) = 0+249+189=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F9BD is #FF0642. Grayscale: #A7A7A7. Windows color (decimal): -16713283 or 12450048. OLE color: 12450048.
HSL color Cylindrical-coordinate representation of color #00F9BD: hue angle of 165.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F9BD is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 189 | - |
| CMYK | 1 | 0 | 0.24 | 0.02 |
| HSL | 165.54º | 1% | 0.49% | - |
| HSV(B) | 165.54º | 1% | 0.98% | - |
| XYZ | 43.06 | 71.43 | 59.66 | - |
| YUV | 167.71 | 140.01 | 8.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 189 | 1 | 0 | 0.24 | 0.02 | 165.54 | 1 | 0.49 |
| Hex | 0 | F9 | BD | 64 | 0 | 18 | 2 | A6 | 64 | 31 |
| Octal | 0 | 371 | 275 | 144 | 0 | 30 | 2 | 246 | 144 | 61 |
| Binary | 0 | 11111001 | 10111101 | 1100100 | 0 | 11000 | 10 | 10100110 | 1100100 | 110001 |
Color Harmonies of #00F9BD
Complementary color
Monochromatic Colors of #00F9BD
Black with #00F9BD
Text Example
Text Example
White with #00F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9BD; }
p { color: rgb(0,249,189); }
H1.HeaderClassName
{
color: #00F9BD;
}
.AnyTagClassName
{
color: #00F9BD;
}
</style>
background-color css
<style>
a { background-color: #00F9BD; }
a { background-color: rgb(0,249,189); }
div.DivClassName
{
background-color: #00F9BD;
}
.BgClassName
{
background-color: #00F9BD;
}
</style>
border-color css
<style>
span { border-color: #00F9BD; }
span { border-color: rgb(0,249,189); }
td.TdClassName
{
border-color: #00F9BD;
}
.TagClassName
{
border-color: #00F9BD;
}
</style>