Shades of Spring Green #16FF85
Tints of Spring Green #16FF85
RGB
CMYK
RGB Variations
Color information
#16FF85 (or 0x16FF85) is known color: Spring Green. HEX triplet: 16, FF and 85. RGB value is (22,255,133). Sum of RGB (Red+Green+Blue) = 22+255+133=410 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.37% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #16FF85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16FF85 is #E9007A. Grayscale: #ABABAB. Windows color (decimal): -15270011 or 8781590. OLE color: 8781590.
HSL color Cylindrical-coordinate representation of color #16FF85: hue angle of 148.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FF85 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 133 | - |
| CMYK | 0.91 | 0 | 0.48 | 0 |
| HSL | 148.58º | 1% | 0.54% | - |
| HSV(B) | 148.58º | 0.91% | 1% | - |
| XYZ | 40.32 | 73.38 | 34.23 | - |
| YUV | 171.43 | 106.31 | 21.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 133 | 0.91 | 0 | 0.48 | 0 | 148.58 | 1 | 0.54 |
| Hex | 16 | FF | 85 | 5B | 0 | 30 | 0 | 95 | 64 | 36 |
| Octal | 26 | 377 | 205 | 133 | 0 | 60 | 0 | 225 | 144 | 66 |
| Binary | 10110 | 11111111 | 10000101 | 1011011 | 0 | 110000 | 0 | 10010101 | 1100100 | 110110 |
Color Harmonies of #16FF85
Complementary color
Monochromatic Colors of #16FF85
Black with #16FF85
Text Example
Text Example
White with #16FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FF85; }
p { color: rgb(22,255,133); }
H1.HeaderClassName
{
color: #16FF85;
}
.AnyTagClassName
{
color: #16FF85;
}
</style>
background-color css
<style>
a { background-color: #16FF85; }
a { background-color: rgb(22,255,133); }
div.DivClassName
{
background-color: #16FF85;
}
.BgClassName
{
background-color: #16FF85;
}
</style>
border-color css
<style>
span { border-color: #16FF85; }
span { border-color: rgb(22,255,133); }
td.TdClassName
{
border-color: #16FF85;
}
.TagClassName
{
border-color: #16FF85;
}
</style>