Html Css Color HEX #20F48E Medium Spring Green

📋 copy color: '#20F48E'

red 32 ◦ green 244 ◦ blue 142

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

Shades of Medium Spring Green #20F48E

Tints of Medium Spring Green #20F48E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.37%

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 7.66%
G = 58.37%
B = 33.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#20F48E (or 0x20F48E) is known color: Medium Spring Green. HEX triplet: 20, F4 and 8E. RGB value is (32,244,142). Sum of RGB (Red+Green+Blue) = 32+244+142=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #20F48E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20F48E is #DF0B71. Grayscale: #A9A9A9. Windows color (decimal): -14617458 or 9368608. OLE color: 9368608.

HSL color Cylindrical-coordinate representation of color #20F48E: hue angle of 151.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F48E is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 244 142 -
CMYK 0.87 0 0.42 0.04
HSL 151.13º 0.91% 0.54% -
HSV(B) 151.13º 0.87% 0.96% -
XYZ 37.83 66.96 36.52 -
YUV 168.98 112.76 30.29 -
System Red Green Blue C M Y K H S L
Decimal 32 244 142 0.87 0 0.42 0.04 151.13 0.91 0.54
Hex 20 F4 8E 57 0 2A 4 97 5B 36
Octal 40 364 216 127 0 52 4 227 133 66
Binary 100000 11110100 10001110 1010111 0 101010 100 10010111 1011011 110110

Color Harmonies of #20F48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F48E

Black with #20F48E

Text Example


Text Example

White with #20F48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,244,142); }

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

background-color css

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

 a { background-color: rgb(32,244,142); }

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

border-color css

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

 span { border-color: rgb(32,244,142); }

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