Html Css Color HEX #20FA95 Medium Spring Green

📋 copy color: '#20FA95'

red 32 ◦ green 250 ◦ blue 149

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

Shades of Medium Spring Green #20FA95

Tints of Medium Spring Green #20FA95

RGB

 RED value IS 32 (12.89% from 255) = 7.42%

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 7.42%
G = 58%
B = 34.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#20FA95 (or 0x20FA95) is known color: Medium Spring Green. HEX triplet: 20, FA and 95. RGB value is (32,250,149). Sum of RGB (Red+Green+Blue) = 32+250+149=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FA95 is #DF056A. Grayscale: #ADADAD. Windows color (decimal): -14615915 or 9828896. OLE color: 9828896.

HSL color Cylindrical-coordinate representation of color #20FA95: hue angle of 152.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FA95 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 149 -
CMYK 0.87 0 0.40 0.02
HSL 152.2º 0.96% 0.55% -
HSV(B) 152.2º 0.87% 0.98% -
XYZ 40.21 70.85 39.99 -
YUV 173.3 114.28 27.21 -
System Red Green Blue C M Y K H S L
Decimal 32 250 149 0.87 0 0.40 0.02 152.2 0.96 0.55
Hex 20 FA 95 57 0 28 2 98 60 37
Octal 40 372 225 127 0 50 2 230 140 67
Binary 100000 11111010 10010101 1010111 0 101000 10 10011000 1100000 110111

Color Harmonies of #20FA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FA95

Black with #20FA95

Text Example


Text Example

White with #20FA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20FA95; }

 p { color: rgb(32,250,149); }

 H1.HeaderClassName
 {
   color: #20FA95;
 }
 .AnyTagClassName
 {
   color: #20FA95;
 }
</style>

background-color css

<style>
 a { background-color: #20FA95; }

 a { background-color: rgb(32,250,149); }

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

border-color css

<style>
 span { border-color: #20FA95; }

 span { border-color: rgb(32,250,149); }

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