Shades of Spring Green #3AFF85
Tints of Spring Green #3AFF85
RGB
CMYK
RGB Variations
Color information
#3AFF85 (or 0x3AFF85) is known color: Spring Green. HEX triplet: 3A, FF and 85. RGB value is (58,255,133). Sum of RGB (Red+Green+Blue) = 58+255+133=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF85 is #C5007A. Grayscale: #B6B6B6. Windows color (decimal): -12910715 or 8781626. OLE color: 8781626.
HSL color Cylindrical-coordinate representation of color #3AFF85: hue angle of 142.84º 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 #3AFF85 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 133 | - |
| CMYK | 0.77 | 0 | 0.48 | 0 |
| HSL | 142.84º | 1% | 0.61% | - |
| HSV(B) | 142.84º | 0.77% | 1% | - |
| XYZ | 41.74 | 74.11 | 34.3 | - |
| YUV | 182.19 | 100.23 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 133 | 0.77 | 0 | 0.48 | 0 | 142.84 | 1 | 0.61 |
| Hex | 3A | FF | 85 | 4D | 0 | 30 | 0 | 8F | 64 | 3D |
| Octal | 72 | 377 | 205 | 115 | 0 | 60 | 0 | 217 | 144 | 75 |
| Binary | 111010 | 11111111 | 10000101 | 1001101 | 0 | 110000 | 0 | 10001111 | 1100100 | 111101 |
Color Harmonies of #3AFF85
Complementary color
Monochromatic Colors of #3AFF85
Black with #3AFF85
Text Example
Text Example
White with #3AFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF85; }
p { color: rgb(58,255,133); }
H1.HeaderClassName
{
color: #3AFF85;
}
.AnyTagClassName
{
color: #3AFF85;
}
</style>
background-color css
<style>
a { background-color: #3AFF85; }
a { background-color: rgb(58,255,133); }
div.DivClassName
{
background-color: #3AFF85;
}
.BgClassName
{
background-color: #3AFF85;
}
</style>
border-color css
<style>
span { border-color: #3AFF85; }
span { border-color: rgb(58,255,133); }
td.TdClassName
{
border-color: #3AFF85;
}
.TagClassName
{
border-color: #3AFF85;
}
</style>