Html Css Color HEX #32F97D Spring Green

📋 copy color: '#32F97D'

red 50 ◦ green 249 ◦ blue 125

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

Shades of Spring Green #32F97D

Tints of Spring Green #32F97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.73%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 11.79%
G = 58.73%
B = 29.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#32F97D (or 0x32F97D) is known color: Spring Green. HEX triplet: 32, F9 and 7D. RGB value is (50,249,125). Sum of RGB (Red+Green+Blue) = 50+249+125=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #32F97D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F97D is #CD0682. Grayscale: #AFAFAF. Windows color (decimal): -13436547 or 8255794. OLE color: 8255794.

HSL color Cylindrical-coordinate representation of color #32F97D: hue angle of 142.61º degrees, saturation: 0.94, 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 #32F97D is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 249 125 -
CMYK 0.80 0 0.50 0.02
HSL 142.61º 0.94% 0.59% -
HSV(B) 142.61º 0.8% 0.98% -
XYZ 38.89 69.91 30.85 -
YUV 175.36 99.57 38.58 -
System Red Green Blue C M Y K H S L
Decimal 50 249 125 0.80 0 0.50 0.02 142.61 0.94 0.59
Hex 32 F9 7D 50 0 32 2 8F 5E 3B
Octal 62 371 175 120 0 62 2 217 136 73
Binary 110010 11111001 1111101 1010000 0 110010 10 10001111 1011110 111011

Color Harmonies of #32F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F97D

Black with #32F97D

Text Example


Text Example

White with #32F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,249,125); }

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

background-color css

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

 a { background-color: rgb(50,249,125); }

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

border-color css

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

 span { border-color: rgb(50,249,125); }

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