#32F780

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

Shades of Spring Green #32F780

Tints of Spring Green #32F780

Color information

#32F780 (or 0x32F780) is unknown color: approx Spring Green. HEX triplet: 32, F7 and 80. RGB value is (50,247,128). Sum of RGB (Red+Green+Blue) = 50+247+128=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #32F780 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32F780 is #CD087F. Grayscale: #AEAEAE. Windows color (decimal): -13437056 or 8451890. OLE color: 8451890.

HSL color Cylindrical-coordinate representation of color #32F780: hue angle of 143.76º 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 #32F780 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB50247128-
CMYK0.8000.480.03
HSL143.76º92.49%58.24%-
HSV(B)143.76º79.76%96.86%-
XYZ38.4768.7631.67-
YUV174.53101.7339.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.76%
GREEN value IS 247 (96.88% from 255) = 58.12%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=11.76%
G=58.12%
B=30.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal502471280.8000.480.03143.7692.4958.24
Hex32F780500303905c3a
Octal62367200120060322013472
Binary11001011110111100000001010000011000011100100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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