#32F785

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

Shades of Spring Green #32F785

Tints of Spring Green #32F785

Color information

#32F785 (or 0x32F785) is unknown color: approx Spring Green. HEX triplet: 32, F7 and 85. RGB value is (50,247,133). Sum of RGB (Red+Green+Blue) = 50+247+133=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #32F785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F785 is #CD087A. Grayscale: #AFAFAF. Windows color (decimal): -13437051 or 8779570. OLE color: 8779570.

HSL color Cylindrical-coordinate representation of color #32F785: hue angle of 145.28º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F785 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB50247133-
CMYK0.8000.460.03
HSL145.28º92.49%58.24%-
HSV(B)145.28º79.76%96.86%-
XYZ38.8168.8933.44-
YUV175.1104.2338.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.63%
GREEN value IS 247 (96.88% from 255) = 57.44%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=11.63%
G=57.44%
B=30.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal502471330.8000.460.03145.2892.4958.24
Hex32F7855002E3915c3a
Octal62367205120056322113472
Binary11001011110111100001011010000010111011100100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,247,133); }

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

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

 a { background-color: rgb(50,247,133); }

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

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

 span { border-color: rgb(50,247,133); }

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