Shades of Spring Green #39FF85
Tints of Spring Green #39FF85
RGB
CMYK
RGB Variations
Color information
#39FF85 (or 0x39FF85) is known color: Spring Green. HEX triplet: 39, FF and 85. RGB value is (57,255,133). Sum of RGB (Red+Green+Blue) = 57+255+133=445 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.81% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #39FF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39FF85 is #C6007A. Grayscale: #B6B6B6. Windows color (decimal): -12976251 or 8781625. OLE color: 8781625.
HSL color Cylindrical-coordinate representation of color #39FF85: hue angle of 143.03º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FF85 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 133 | - |
| CMYK | 0.78 | 0 | 0.48 | 0 |
| HSL | 143.03º | 1% | 0.61% | - |
| HSV(B) | 143.03º | 0.78% | 1% | - |
| XYZ | 41.68 | 74.08 | 34.29 | - |
| YUV | 181.89 | 100.4 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 133 | 0.78 | 0 | 0.48 | 0 | 143.03 | 1 | 0.61 |
| Hex | 39 | FF | 85 | 4E | 0 | 30 | 0 | 8F | 64 | 3D |
| Octal | 71 | 377 | 205 | 116 | 0 | 60 | 0 | 217 | 144 | 75 |
| Binary | 111001 | 11111111 | 10000101 | 1001110 | 0 | 110000 | 0 | 10001111 | 1100100 | 111101 |
Color Harmonies of #39FF85
Complementary color
Monochromatic Colors of #39FF85
Black with #39FF85
Text Example
Text Example
White with #39FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FF85; }
p { color: rgb(57,255,133); }
H1.HeaderClassName
{
color: #39FF85;
}
.AnyTagClassName
{
color: #39FF85;
}
</style>
background-color css
<style>
a { background-color: #39FF85; }
a { background-color: rgb(57,255,133); }
div.DivClassName
{
background-color: #39FF85;
}
.BgClassName
{
background-color: #39FF85;
}
</style>
border-color css
<style>
span { border-color: #39FF85; }
span { border-color: rgb(57,255,133); }
td.TdClassName
{
border-color: #39FF85;
}
.TagClassName
{
border-color: #39FF85;
}
</style>