Shades of Spring Green #12FB63
Tints of Spring Green #12FB63
RGB
CMYK
RGB Variations
Color information
#12FB63 (or 0x12FB63) is known color: Spring Green. HEX triplet: 12, FB and 63. RGB value is (18,251,99). Sum of RGB (Red+Green+Blue) = 18+251+99=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FB63 is #ED049C. Grayscale: #A4A4A4. Windows color (decimal): -15533213 or 6552338. OLE color: 6552338.
HSL color Cylindrical-coordinate representation of color #12FB63: hue angle of 140.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FB63 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 99 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.02 |
| HSL | 140.86º | 0.97% | 0.53% | - |
| HSV(B) | 140.86º | 0.93% | 0.98% | - |
| XYZ | 37 | 70.02 | 23.37 | - |
| YUV | 164.01 | 91.31 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 99 | 0.93 | 0 | 0.61 | 0.02 | 140.86 | 0.97 | 0.53 |
| Hex | 12 | FB | 63 | 5D | 0 | 3D | 2 | 8D | 61 | 35 |
| Octal | 22 | 373 | 143 | 135 | 0 | 75 | 2 | 215 | 141 | 65 |
| Binary | 10010 | 11111011 | 1100011 | 1011101 | 0 | 111101 | 10 | 10001101 | 1100001 | 110101 |
Color Harmonies of #12FB63
Complementary color
Monochromatic Colors of #12FB63
Black with #12FB63
Text Example
Text Example
White with #12FB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FB63; }
p { color: rgb(18,251,99); }
H1.HeaderClassName
{
color: #12FB63;
}
.AnyTagClassName
{
color: #12FB63;
}
</style>
background-color css
<style>
a { background-color: #12FB63; }
a { background-color: rgb(18,251,99); }
div.DivClassName
{
background-color: #12FB63;
}
.BgClassName
{
background-color: #12FB63;
}
</style>
border-color css
<style>
span { border-color: #12FB63; }
span { border-color: rgb(18,251,99); }
td.TdClassName
{
border-color: #12FB63;
}
.TagClassName
{
border-color: #12FB63;
}
</style>