Shades of Spring Green #32F974
Tints of Spring Green #32F974
RGB
CMYK
RGB Variations
Color information
#32F974 (or 0x32F974) is known color: Spring Green. HEX triplet: 32, F9 and 74. RGB value is (50,249,116). Sum of RGB (Red+Green+Blue) = 50+249+116=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #32F974 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F974 is #CD068B. Grayscale: #AEAEAE. Windows color (decimal): -13436556 or 7665970. OLE color: 7665970.
HSL color Cylindrical-coordinate representation of color #32F974: hue angle of 139.9º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F974 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 116 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.02 |
| HSL | 139.9º | 0.94% | 0.59% | - |
| HSV(B) | 139.9º | 0.8% | 0.98% | - |
| XYZ | 38.34 | 69.69 | 27.95 | - |
| YUV | 174.34 | 95.07 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 116 | 0.80 | 0 | 0.53 | 0.02 | 139.9 | 0.94 | 0.59 |
| Hex | 32 | F9 | 74 | 50 | 0 | 35 | 2 | 8C | 5E | 3B |
| Octal | 62 | 371 | 164 | 120 | 0 | 65 | 2 | 214 | 136 | 73 |
| Binary | 110010 | 11111001 | 1110100 | 1010000 | 0 | 110101 | 10 | 10001100 | 1011110 | 111011 |
Color Harmonies of #32F974
Complementary color
Monochromatic Colors of #32F974
Black with #32F974
Text Example
Text Example
White with #32F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F974; }
p { color: rgb(50,249,116); }
H1.HeaderClassName
{
color: #32F974;
}
.AnyTagClassName
{
color: #32F974;
}
</style>
background-color css
<style>
a { background-color: #32F974; }
a { background-color: rgb(50,249,116); }
div.DivClassName
{
background-color: #32F974;
}
.BgClassName
{
background-color: #32F974;
}
</style>
border-color css
<style>
span { border-color: #32F974; }
span { border-color: rgb(50,249,116); }
td.TdClassName
{
border-color: #32F974;
}
.TagClassName
{
border-color: #32F974;
}
</style>