Shades of Spring Green #12FF77
Tints of Spring Green #12FF77
RGB
CMYK
RGB Variations
Color information
#12FF77 (or 0x12FF77) is known color: Spring Green. HEX triplet: 12, FF and 77. RGB value is (18,255,119). Sum of RGB (Red+Green+Blue) = 18+255+119=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF77 is #ED0088. Grayscale: #A8A8A8. Windows color (decimal): -15532169 or 7864082. OLE color: 7864082.
HSL color Cylindrical-coordinate representation of color #12FF77: hue angle of 145.57º 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 #12FF77 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 119 | - |
| CMYK | 0.93 | 0 | 0.53 | 0 |
| HSL | 145.57º | 1% | 0.54% | - |
| HSV(B) | 145.57º | 0.93% | 1% | - |
| XYZ | 39.34 | 72.98 | 29.47 | - |
| YUV | 168.63 | 99.98 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 119 | 0.93 | 0 | 0.53 | 0 | 145.57 | 1 | 0.54 |
| Hex | 12 | FF | 77 | 5D | 0 | 35 | 0 | 92 | 64 | 36 |
| Octal | 22 | 377 | 167 | 135 | 0 | 65 | 0 | 222 | 144 | 66 |
| Binary | 10010 | 11111111 | 1110111 | 1011101 | 0 | 110101 | 0 | 10010010 | 1100100 | 110110 |
Color Harmonies of #12FF77
Complementary color
Monochromatic Colors of #12FF77
Black with #12FF77
Text Example
Text Example
White with #12FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF77; }
p { color: rgb(18,255,119); }
H1.HeaderClassName
{
color: #12FF77;
}
.AnyTagClassName
{
color: #12FF77;
}
</style>
background-color css
<style>
a { background-color: #12FF77; }
a { background-color: rgb(18,255,119); }
div.DivClassName
{
background-color: #12FF77;
}
.BgClassName
{
background-color: #12FF77;
}
</style>
border-color css
<style>
span { border-color: #12FF77; }
span { border-color: rgb(18,255,119); }
td.TdClassName
{
border-color: #12FF77;
}
.TagClassName
{
border-color: #12FF77;
}
</style>