Shades of Spring Green #10F77F
Tints of Spring Green #10F77F
RGB
CMYK
RGB Variations
Color information
#10F77F (or 0x10F77F) is known color: Spring Green. HEX triplet: 10, F7 and 7F. RGB value is (16,247,127). Sum of RGB (Red+Green+Blue) = 16+247+127=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 247 (96.88% from 255 or 63.33% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 247 - color contains mainly: green. Hex color #10F77F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F77F is #EF0880. Grayscale: #A4A4A4. Windows color (decimal): -15665281 or 8386320. OLE color: 8386320.
HSL color Cylindrical-coordinate representation of color #10F77F: hue angle of 148.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F77F is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 127 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.03 |
| HSL | 148.83º | 0.94% | 0.52% | - |
| HSV(B) | 148.83º | 0.94% | 0.97% | - |
| XYZ | 37.31 | 68.16 | 31.27 | - |
| YUV | 164.25 | 106.97 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 127 | 0.94 | 0 | 0.49 | 0.03 | 148.83 | 0.94 | 0.52 |
| Hex | 10 | F7 | 7F | 5E | 0 | 31 | 3 | 95 | 5E | 34 |
| Octal | 20 | 367 | 177 | 136 | 0 | 61 | 3 | 225 | 136 | 64 |
| Binary | 10000 | 11110111 | 1111111 | 1011110 | 0 | 110001 | 11 | 10010101 | 1011110 | 110100 |
Color Harmonies of #10F77F
Complementary color
Monochromatic Colors of #10F77F
Black with #10F77F
Text Example
Text Example
White with #10F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F77F; }
p { color: rgb(16,247,127); }
H1.HeaderClassName
{
color: #10F77F;
}
.AnyTagClassName
{
color: #10F77F;
}
</style>
background-color css
<style>
a { background-color: #10F77F; }
a { background-color: rgb(16,247,127); }
div.DivClassName
{
background-color: #10F77F;
}
.BgClassName
{
background-color: #10F77F;
}
</style>
border-color css
<style>
span { border-color: #10F77F; }
span { border-color: rgb(16,247,127); }
td.TdClassName
{
border-color: #10F77F;
}
.TagClassName
{
border-color: #10F77F;
}
</style>