Html Css Color HEX #12FFB7 Medium Spring Green
📋 copy color: '#12FFB7'red 18 ◦ green 255 ◦ blue 183
Shades of Medium Spring Green #12FFB7
Tints of Medium Spring Green #12FFB7
RGB
CMYK
RGB Variations
Color information
#12FFB7 (or 0x12FFB7) is known color: Medium Spring Green. HEX triplet: 12, FF and B7. RGB value is (18,255,183). Sum of RGB (Red+Green+Blue) = 18+255+183=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFB7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFB7 is #ED0048. Grayscale: #AFAFAF. Windows color (decimal): -15532105 or 12058386. OLE color: 12058386.
HSL color Cylindrical-coordinate representation of color #12FFB7: hue angle of 161.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFB7 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 183 | - |
| CMYK | 0.93 | 0 | 0.28 | 0 |
| HSL | 161.77º | 1% | 0.54% | - |
| HSV(B) | 161.77º | 0.93% | 1% | - |
| XYZ | 44.56 | 75.07 | 56.94 | - |
| YUV | 175.93 | 131.98 | 15.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 183 | 0.93 | 0 | 0.28 | 0 | 161.77 | 1 | 0.54 |
| Hex | 12 | FF | B7 | 5D | 0 | 1C | 0 | A2 | 64 | 36 |
| Octal | 22 | 377 | 267 | 135 | 0 | 34 | 0 | 242 | 144 | 66 |
| Binary | 10010 | 11111111 | 10110111 | 1011101 | 0 | 11100 | 0 | 10100010 | 1100100 | 110110 |
Color Harmonies of #12FFB7
Complementary color
Monochromatic Colors of #12FFB7
Black with #12FFB7
Text Example
Text Example
White with #12FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFB7; }
p { color: rgb(18,255,183); }
H1.HeaderClassName
{
color: #12FFB7;
}
.AnyTagClassName
{
color: #12FFB7;
}
</style>
background-color css
<style>
a { background-color: #12FFB7; }
a { background-color: rgb(18,255,183); }
div.DivClassName
{
background-color: #12FFB7;
}
.BgClassName
{
background-color: #12FFB7;
}
</style>
border-color css
<style>
span { border-color: #12FFB7; }
span { border-color: rgb(18,255,183); }
td.TdClassName
{
border-color: #12FFB7;
}
.TagClassName
{
border-color: #12FFB7;
}
</style>