Shades of Spring Green #12FD81
Tints of Spring Green #12FD81
RGB
CMYK
RGB Variations
Color information
#12FD81 (or 0x12FD81) is known color: Spring Green. HEX triplet: 12, FD and 81. RGB value is (18,253,129). Sum of RGB (Red+Green+Blue) = 18+253+129=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FD81 is #ED027E. Grayscale: #A8A8A8. Windows color (decimal): -15532671 or 8518930. OLE color: 8518930.
HSL color Cylindrical-coordinate representation of color #12FD81: hue angle of 148.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FD81 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 129 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.01 |
| HSL | 148.34º | 0.98% | 0.53% | - |
| HSV(B) | 148.34º | 0.93% | 0.99% | - |
| XYZ | 39.34 | 71.96 | 32.59 | - |
| YUV | 168.6 | 105.64 | 20.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 129 | 0.93 | 0 | 0.49 | 0.01 | 148.34 | 0.98 | 0.53 |
| Hex | 12 | FD | 81 | 5D | 0 | 31 | 1 | 94 | 62 | 35 |
| Octal | 22 | 375 | 201 | 135 | 0 | 61 | 1 | 224 | 142 | 65 |
| Binary | 10010 | 11111101 | 10000001 | 1011101 | 0 | 110001 | 1 | 10010100 | 1100010 | 110101 |
Color Harmonies of #12FD81
Complementary color
Monochromatic Colors of #12FD81
Black with #12FD81
Text Example
Text Example
White with #12FD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FD81; }
p { color: rgb(18,253,129); }
H1.HeaderClassName
{
color: #12FD81;
}
.AnyTagClassName
{
color: #12FD81;
}
</style>
background-color css
<style>
a { background-color: #12FD81; }
a { background-color: rgb(18,253,129); }
div.DivClassName
{
background-color: #12FD81;
}
.BgClassName
{
background-color: #12FD81;
}
</style>
border-color css
<style>
span { border-color: #12FD81; }
span { border-color: rgb(18,253,129); }
td.TdClassName
{
border-color: #12FD81;
}
.TagClassName
{
border-color: #12FD81;
}
</style>