Shades of Spring Green #12F77D
Tints of Spring Green #12F77D
RGB
CMYK
RGB Variations
Color information
#12F77D (or 0x12F77D) is known color: Spring Green. HEX triplet: 12, F7 and 7D. RGB value is (18,247,125). Sum of RGB (Red+Green+Blue) = 18+247+125=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 247 (96.88% from 255 or 63.33% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 247 - color contains mainly: green. Hex color #12F77D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F77D is #ED0882. Grayscale: #A4A4A4. Windows color (decimal): -15534211 or 8255250. OLE color: 8255250.
HSL color Cylindrical-coordinate representation of color #12F77D: hue angle of 148.03º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F77D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 125 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.03 |
| HSL | 148.03º | 0.93% | 0.52% | - |
| HSV(B) | 148.03º | 0.93% | 0.97% | - |
| XYZ | 37.21 | 68.13 | 30.59 | - |
| YUV | 164.62 | 105.63 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 125 | 0.93 | 0 | 0.49 | 0.03 | 148.03 | 0.93 | 0.52 |
| Hex | 12 | F7 | 7D | 5D | 0 | 31 | 3 | 94 | 5D | 34 |
| Octal | 22 | 367 | 175 | 135 | 0 | 61 | 3 | 224 | 135 | 64 |
| Binary | 10010 | 11110111 | 1111101 | 1011101 | 0 | 110001 | 11 | 10010100 | 1011101 | 110100 |
Color Harmonies of #12F77D
Complementary color
Monochromatic Colors of #12F77D
Black with #12F77D
Text Example
Text Example
White with #12F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F77D; }
p { color: rgb(18,247,125); }
H1.HeaderClassName
{
color: #12F77D;
}
.AnyTagClassName
{
color: #12F77D;
}
</style>
background-color css
<style>
a { background-color: #12F77D; }
a { background-color: rgb(18,247,125); }
div.DivClassName
{
background-color: #12F77D;
}
.BgClassName
{
background-color: #12F77D;
}
</style>
border-color css
<style>
span { border-color: #12F77D; }
span { border-color: rgb(18,247,125); }
td.TdClassName
{
border-color: #12F77D;
}
.TagClassName
{
border-color: #12F77D;
}
</style>