Html Css Color HEX #32FFA5 Medium Spring Green

📋 copy color: '#32FFA5'

red 50 ◦ green 255 ◦ blue 165

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

Shades of Medium Spring Green #32FFA5

Tints of Medium Spring Green #32FFA5

RGB

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

 GREEN value IS 255 (100% from 255) = 54.26%

 BLUE value IS 165 (64.84% from 255) = 35.11%

R = 10.64%
G = 54.26%
B = 35.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#32FFA5 (or 0x32FFA5) is known color: Medium Spring Green. HEX triplet: 32, FF and A5. RGB value is (50,255,165). Sum of RGB (Red+Green+Blue) = 50+255+165=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32FFA5 is #CD005A. Grayscale: #B7B7B7. Windows color (decimal): -13434971 or 10878770. OLE color: 10878770.

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

Color convert

RGB 50 255 165 -
CMYK 0.80 0 0.35 0
HSL 153.66º 1% 0.6% -
HSV(B) 153.66º 0.8% 1% -
XYZ 43.87 74.91 47.75 -
YUV 183.45 117.58 32.82 -
System Red Green Blue C M Y K H S L
Decimal 50 255 165 0.80 0 0.35 0 153.66 1 0.6
Hex 32 FF A5 50 0 23 0 9A 64 3C
Octal 62 377 245 120 0 43 0 232 144 74
Binary 110010 11111111 10100101 1010000 0 100011 0 10011010 1100100 111100

Color Harmonies of #32FFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FFA5

Black with #32FFA5

Text Example


Text Example

White with #32FFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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