Shades of Spring Green #34FF8F
Tints of Spring Green #34FF8F
RGB
CMYK
RGB Variations
Color information
#34FF8F (or 0x34FF8F) is known color: Spring Green. HEX triplet: 34, FF and 8F. RGB value is (52,255,143). Sum of RGB (Red+Green+Blue) = 52+255+143=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FF8F is #CB0070. Grayscale: #B5B5B5. Windows color (decimal): -13303921 or 9436980. OLE color: 9436980.
HSL color Cylindrical-coordinate representation of color #34FF8F: hue angle of 146.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF8F is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 143 | - |
| CMYK | 0.80 | 0 | 0.44 | 0 |
| HSL | 146.9º | 1% | 0.6% | - |
| HSV(B) | 146.9º | 0.8% | 1% | - |
| XYZ | 42.13 | 74.23 | 38.09 | - |
| YUV | 181.54 | 106.25 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 143 | 0.80 | 0 | 0.44 | 0 | 146.9 | 1 | 0.6 |
| Hex | 34 | FF | 8F | 50 | 0 | 2C | 0 | 93 | 64 | 3C |
| Octal | 64 | 377 | 217 | 120 | 0 | 54 | 0 | 223 | 144 | 74 |
| Binary | 110100 | 11111111 | 10001111 | 1010000 | 0 | 101100 | 0 | 10010011 | 1100100 | 111100 |
Color Harmonies of #34FF8F
Complementary color
Monochromatic Colors of #34FF8F
Black with #34FF8F
Text Example
Text Example
White with #34FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF8F; }
p { color: rgb(52,255,143); }
H1.HeaderClassName
{
color: #34FF8F;
}
.AnyTagClassName
{
color: #34FF8F;
}
</style>
background-color css
<style>
a { background-color: #34FF8F; }
a { background-color: rgb(52,255,143); }
div.DivClassName
{
background-color: #34FF8F;
}
.BgClassName
{
background-color: #34FF8F;
}
</style>
border-color css
<style>
span { border-color: #34FF8F; }
span { border-color: rgb(52,255,143); }
td.TdClassName
{
border-color: #34FF8F;
}
.TagClassName
{
border-color: #34FF8F;
}
</style>