Shades of Spring Green #34FB73
Tints of Spring Green #34FB73
RGB
CMYK
RGB Variations
Color information
#34FB73 (or 0x34FB73) is known color: Spring Green. HEX triplet: 34, FB and 73. RGB value is (52,251,115). Sum of RGB (Red+Green+Blue) = 52+251+115=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 251 (98.44% from 255 or 60.05% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FB73 is #CB048C. Grayscale: #B0B0B0. Windows color (decimal): -13304973 or 7600948. OLE color: 7600948.
HSL color Cylindrical-coordinate representation of color #34FB73: hue angle of 138.99º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FB73 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 115 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.02 |
| HSL | 139º | 0.96% | 0.59% | - |
| HSV(B) | 139º | 0.79% | 0.98% | - |
| XYZ | 39.01 | 70.96 | 27.86 | - |
| YUV | 176 | 93.57 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 115 | 0.79 | 0 | 0.54 | 0.02 | 139 | 0.96 | 0.59 |
| Hex | 34 | FB | 73 | 4F | 0 | 36 | 2 | 8B | 60 | 3B |
| Octal | 64 | 373 | 163 | 117 | 0 | 66 | 2 | 213 | 140 | 73 |
| Binary | 110100 | 11111011 | 1110011 | 1001111 | 0 | 110110 | 10 | 10001011 | 1100000 | 111011 |
Color Harmonies of #34FB73
Complementary color
Monochromatic Colors of #34FB73
Black with #34FB73
Text Example
Text Example
White with #34FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FB73; }
p { color: rgb(52,251,115); }
H1.HeaderClassName
{
color: #34FB73;
}
.AnyTagClassName
{
color: #34FB73;
}
</style>
background-color css
<style>
a { background-color: #34FB73; }
a { background-color: rgb(52,251,115); }
div.DivClassName
{
background-color: #34FB73;
}
.BgClassName
{
background-color: #34FB73;
}
</style>
border-color css
<style>
span { border-color: #34FB73; }
span { border-color: rgb(52,251,115); }
td.TdClassName
{
border-color: #34FB73;
}
.TagClassName
{
border-color: #34FB73;
}
</style>