Shades of Spring Green #34FB7D
Tints of Spring Green #34FB7D
RGB
CMYK
RGB Variations
Color information
#34FB7D (or 0x34FB7D) is known color: Spring Green. HEX triplet: 34, FB and 7D. RGB value is (52,251,125). Sum of RGB (Red+Green+Blue) = 52+251+125=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FB7D is #CB0482. Grayscale: #B1B1B1. Windows color (decimal): -13304963 or 8256308. OLE color: 8256308.
HSL color Cylindrical-coordinate representation of color #34FB7D: hue angle of 142.01º 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 #34FB7D is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 125 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.02 |
| HSL | 142.01º | 0.96% | 0.59% | - |
| HSV(B) | 142.01º | 0.79% | 0.98% | - |
| XYZ | 39.62 | 71.21 | 31.06 | - |
| YUV | 177.14 | 98.57 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 125 | 0.79 | 0 | 0.50 | 0.02 | 142.01 | 0.96 | 0.59 |
| Hex | 34 | FB | 7D | 4F | 0 | 32 | 2 | 8E | 60 | 3B |
| Octal | 64 | 373 | 175 | 117 | 0 | 62 | 2 | 216 | 140 | 73 |
| Binary | 110100 | 11111011 | 1111101 | 1001111 | 0 | 110010 | 10 | 10001110 | 1100000 | 111011 |
Color Harmonies of #34FB7D
Complementary color
Monochromatic Colors of #34FB7D
Black with #34FB7D
Text Example
Text Example
White with #34FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FB7D; }
p { color: rgb(52,251,125); }
H1.HeaderClassName
{
color: #34FB7D;
}
.AnyTagClassName
{
color: #34FB7D;
}
</style>
background-color css
<style>
a { background-color: #34FB7D; }
a { background-color: rgb(52,251,125); }
div.DivClassName
{
background-color: #34FB7D;
}
.BgClassName
{
background-color: #34FB7D;
}
</style>
border-color css
<style>
span { border-color: #34FB7D; }
span { border-color: rgb(52,251,125); }
td.TdClassName
{
border-color: #34FB7D;
}
.TagClassName
{
border-color: #34FB7D;
}
</style>