Html Css Color HEX #32F96F Spring Green

📋 copy color: '#32F96F'

red 50 ◦ green 249 ◦ blue 111

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

Shades of Spring Green #32F96F

Tints of Spring Green #32F96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 12.2%
G = 60.73%
B = 27.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#32F96F (or 0x32F96F) is known color: Spring Green. HEX triplet: 32, F9 and 6F. RGB value is (50,249,111). Sum of RGB (Red+Green+Blue) = 50+249+111=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #32F96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F96F is #CD0690. Grayscale: #AEAEAE. Windows color (decimal): -13436561 or 7338290. OLE color: 7338290.

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

Color convert

RGB 50 249 111 -
CMYK 0.80 0 0.55 0.02
HSL 138.39º 0.94% 0.59% -
HSV(B) 138.39º 0.8% 0.98% -
XYZ 38.06 69.58 26.46 -
YUV 173.77 92.57 39.72 -
System Red Green Blue C M Y K H S L
Decimal 50 249 111 0.80 0 0.55 0.02 138.39 0.94 0.59
Hex 32 F9 6F 50 0 37 2 8A 5E 3B
Octal 62 371 157 120 0 67 2 212 136 73
Binary 110010 11111001 1101111 1010000 0 110111 10 10001010 1011110 111011

Color Harmonies of #32F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F96F

Black with #32F96F

Text Example


Text Example

White with #32F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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