Html Css Color HEX #32F97C Spring Green

📋 copy color: '#32F97C'

red 50 ◦ green 249 ◦ blue 124

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

Shades of Spring Green #32F97C

Tints of Spring Green #32F97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 11.82%
G = 58.87%
B = 29.31%

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

#32F97C (or 0x32F97C) is known color: Spring Green. HEX triplet: 32, F9 and 7C. RGB value is (50,249,124). Sum of RGB (Red+Green+Blue) = 50+249+124=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #32F97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F97C is #CD0683. Grayscale: #AFAFAF. Windows color (decimal): -13436548 or 8190258. OLE color: 8190258.

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

Color convert

RGB 50 249 124 -
CMYK 0.80 0 0.50 0.02
HSL 142.31º 0.94% 0.59% -
HSV(B) 142.31º 0.8% 0.98% -
XYZ 38.83 69.88 30.51 -
YUV 175.25 99.07 38.66 -
System Red Green Blue C M Y K H S L
Decimal 50 249 124 0.80 0 0.50 0.02 142.31 0.94 0.59
Hex 32 F9 7C 50 0 32 2 8E 5E 3B
Octal 62 371 174 120 0 62 2 216 136 73
Binary 110010 11111001 1111100 1010000 0 110010 10 10001110 1011110 111011

Color Harmonies of #32F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F97C

Black with #32F97C

Text Example


Text Example

White with #32F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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