#32F86F

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

Shades of Spring Green #32F86F

Tints of Spring Green #32F86F

Color information

#32F86F (or 0x32F86F) is unknown color: approx Spring Green. HEX triplet: 32, F8 and 6F. RGB value is (50,248,111). Sum of RGB (Red+Green+Blue) = 50+248+111=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #32F86F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F86F is #CD0790. Grayscale: #ADADAD. Windows color (decimal): -13436817 or 7338034. OLE color: 7338034.

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

Color convert

RGB50248111-
CMYK0.8000.550.03
HSL138.48º93.4%58.43%-
HSV(B)138.48º79.84%97.25%-
XYZ37.7568.9626.36-
YUV173.1892.940.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.22%
GREEN value IS 248 (97.27% from 255) = 60.64%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=12.22%
G=60.64%
B=27.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal502481110.8000.550.03138.4893.458.43
Hex32F86F5003738a5d3a
Octal62370157120067321213572
Binary1100101111100011011111010000011011111100010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,248,111); }

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

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

 a { background-color: rgb(50,248,111); }

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

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

 span { border-color: rgb(50,248,111); }

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