Html Css Color HEX #32FA88 Spring Green

📋 copy color: '#32FA88'

red 50 ◦ green 250 ◦ blue 136

#32FA88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #32FA88

Tints of Spring Green #32FA88

RGB

 RED value IS 50 (19.92% from 255) = 11.47%

 GREEN value IS 250 (98.05% from 255) = 57.34%

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 11.47%
G = 57.34%
B = 31.19%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#32FA88 (or 0x32FA88) is known color: Spring Green. HEX triplet: 32, FA and 88. RGB value is (50,250,136). Sum of RGB (Red+Green+Blue) = 50+250+136=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FA88 is #CD0577. Grayscale: #B1B1B1. Windows color (decimal): -13436280 or 8976946. OLE color: 8976946.

HSL color Cylindrical-coordinate representation of color #32FA88: hue angle of 145.8º degrees, saturation: 0.95, 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 #32FA88 is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 250 136 -
CMYK 0.8 0 0.46 0.02
HSL 145.8º 0.95% 0.59% -
HSV(B) 145.8º 0.8% 0.98% -
XYZ 39.94 70.83 34.86 -
YUV 177.2 104.74 37.27 -
System Red Green Blue C M Y K H S L
Decimal 50 250 136 0.8 0 0.46 0.02 145.8 0.95 0.59
Hex 32 FA 88 50 0 2E 2 92 5F 3B
Octal 62 372 210 120 0 56 2 222 137 73
Binary 110010 11111010 10001000 1010000 0 101110 10 10010010 1011111 111011

Color Harmonies of #32FA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FA88

Black with #32FA88

Text Example


Text Example

White with #32FA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,250,136); }

 H1.HeaderClassName
 {
   color: #32FA88;
 }
 .AnyTagClassName
 {
   color: #32FA88;
 }
</style>

background-color css

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

 a { background-color: rgb(50,250,136); }

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

border-color css

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

 span { border-color: rgb(50,250,136); }

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