#32FF9B

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

Shades of Medium Spring Green #32FF9B

Tints of Medium Spring Green #32FF9B

Color information

#32FF9B (or 0x32FF9B) is unknown color: approx Medium Spring Green. HEX triplet: 32, FF and 9B. RGB value is (50,255,155). Sum of RGB (Red+Green+Blue) = 50+255+155=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FF9B is #CD0064. Grayscale: #B6B6B6. Windows color (decimal): -13434981 or 10223410. OLE color: 10223410.

HSL color Cylindrical-coordinate representation of color #32FF9B: hue angle of 150.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF9B is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB50255155-
CMYK0.8000.390
HSL150.73º100%59.8%-
HSV(B)150.73º80.39%100%-
XYZ42.9974.5643.14-
YUV182.3112.5833.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.87%
GREEN value IS 255 (100% from 255) = 55.43%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=10.87%
G=55.43%
B=33.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502551550.8000.390150.7310059.8
Hex32FF9B50027097643c
Octal62377233120047022714474
Binary1100101111111110011011101000001001110100101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32FF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,255,155); }

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

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

 a { background-color: rgb(50,255,155); }

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

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

 span { border-color: rgb(50,255,155); }

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