#32FD8C

Color #32FD8C Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #32FD8C

Tints of Spring Green #32FD8C

Color information

#32FD8C (or 0x32FD8C) is unknown color: approx Spring Green. HEX triplet: 32, FD and 8C. RGB value is (50,253,140). Sum of RGB (Red+Green+Blue) = 50+253+140=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FD8C is #CD0273. Grayscale: #B3B3B3. Windows color (decimal): -13435508 or 9239858. OLE color: 9239858.

HSL color Cylindrical-coordinate representation of color #32FD8C: hue angle of 146.6º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FD8C is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB50253140-
CMYK0.8000.450.01
HSL146.6º98.07%59.41%-
HSV(B)146.6º80.24%99.22%-
XYZ41.1772.8236.7-
YUV179.42105.7535.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 11.29%
GREEN value IS 253 (99.22% from 255) = 57.11%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=11.29%
G=57.11%
B=31.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal502531400.8000.450.01146.698.0759.41
Hex32FD8C5002D193623b
Octal62375214120055122314273
Binary1100101111110110001100101000001011011100100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32FD8C; }

 p { color: rgb(50,253,140); }

 H1.HeaderClassName
 {
   color: #32FD8C;
 }
 .AnyTagClassName
 {
   color: #32FD8C;
 }
</style>
background-color css

<style>
 a { background-color: #32FD8C; }

 a { background-color: rgb(50,253,140); }

 div.DivClassName
 {
   background-color: #32FD8C;
 }
 .BgClassName
 {
   background-color: #32FD8C;
 }
</style>
border-color css

<style>
 span { border-color: #32FD8C; }

 span { border-color: rgb(50,253,140); }

 td.TdClassName
 {
   border-color: #32FD8C;
 }
 .TagClassName
 {
   border-color: #32FD8C;
 }
</style>