#32FB7A

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

Shades of Spring Green #32FB7A

Tints of Spring Green #32FB7A

Color information

#32FB7A (or 0x32FB7A) is unknown color: approx Spring Green. HEX triplet: 32, FB and 7A. RGB value is (50,251,122). Sum of RGB (Red+Green+Blue) = 50+251+122=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FB7A is #CD0485. Grayscale: #B0B0B0. Windows color (decimal): -13436038 or 8059698. OLE color: 8059698.

HSL color Cylindrical-coordinate representation of color #32FB7A: hue angle of 141.49º degrees, saturation: 0.96, 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 #32FB7A is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB50251122-
CMYK0.8000.510.02
HSL141.49º96.17%59.02%-
HSV(B)141.49º80.08%98.43%-
XYZ39.3371.0830.06-
YUV176.297.4137.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.82%
GREEN value IS 251 (98.44% from 255) = 59.34%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=11.82%
G=59.34%
B=28.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal502511220.8000.510.02141.4996.1759.02
Hex32FB7A5003328d603b
Octal62373172120063221514073
Binary1100101111101111110101010000011001110100011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,251,122); }

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

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

 a { background-color: rgb(50,251,122); }

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

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

 span { border-color: rgb(50,251,122); }

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