Shades of Spring Green #3AFF87
Tints of Spring Green #3AFF87
RGB
CMYK
RGB Variations
Color information
#3AFF87 (or 0x3AFF87) is known color: Spring Green. HEX triplet: 3A, FF and 87. RGB value is (58,255,135). Sum of RGB (Red+Green+Blue) = 58+255+135=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF87 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF87 is #C50078. Grayscale: #B6B6B6. Windows color (decimal): -12910713 or 8912698. OLE color: 8912698.
HSL color Cylindrical-coordinate representation of color #3AFF87: hue angle of 143.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF87 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 135 | - |
| CMYK | 0.77 | 0 | 0.47 | 0 |
| HSL | 143.45º | 1% | 0.61% | - |
| HSV(B) | 143.45º | 0.77% | 1% | - |
| XYZ | 41.88 | 74.17 | 35.03 | - |
| YUV | 182.42 | 101.23 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 135 | 0.77 | 0 | 0.47 | 0 | 143.45 | 1 | 0.61 |
| Hex | 3A | FF | 87 | 4D | 0 | 2F | 0 | 8F | 64 | 3D |
| Octal | 72 | 377 | 207 | 115 | 0 | 57 | 0 | 217 | 144 | 75 |
| Binary | 111010 | 11111111 | 10000111 | 1001101 | 0 | 101111 | 0 | 10001111 | 1100100 | 111101 |
Color Harmonies of #3AFF87
Complementary color
Monochromatic Colors of #3AFF87
Black with #3AFF87
Text Example
Text Example
White with #3AFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF87; }
p { color: rgb(58,255,135); }
H1.HeaderClassName
{
color: #3AFF87;
}
.AnyTagClassName
{
color: #3AFF87;
}
</style>
background-color css
<style>
a { background-color: #3AFF87; }
a { background-color: rgb(58,255,135); }
div.DivClassName
{
background-color: #3AFF87;
}
.BgClassName
{
background-color: #3AFF87;
}
</style>
border-color css
<style>
span { border-color: #3AFF87; }
span { border-color: rgb(58,255,135); }
td.TdClassName
{
border-color: #3AFF87;
}
.TagClassName
{
border-color: #3AFF87;
}
</style>