Html Css Color HEX #20C473 Mountain Meadow

📋 copy color: '#20C473'

red 32 ◦ green 196 ◦ blue 115

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

Shades of Mountain Meadow #20C473

Tints of Mountain Meadow #20C473

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.14%

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 9.33%
G = 57.14%
B = 33.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#20C473 (or 0x20C473) is known color: Mountain Meadow. HEX triplet: 20, C4 and 73. RGB value is (32,196,115). Sum of RGB (Red+Green+Blue) = 32+196+115=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #20C473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C473 is #DF3B8C. Grayscale: #898989. Windows color (decimal): -14629773 or 7586848. OLE color: 7586848.

HSL color Cylindrical-coordinate representation of color #20C473: hue angle of 150.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C473 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 196 115 -
CMYK 0.84 0 0.41 0.23
HSL 150.37º 0.72% 0.45% -
HSV(B) 150.37º 0.84% 0.77% -
XYZ 23.43 41.02 22.9 -
YUV 137.73 115.17 52.59 -
System Red Green Blue C M Y K H S L
Decimal 32 196 115 0.84 0 0.41 0.23 150.37 0.72 0.45
Hex 20 C4 73 54 0 29 17 96 48 2D
Octal 40 304 163 124 0 51 27 226 110 55
Binary 100000 11000100 1110011 1010100 0 101001 10111 10010110 1001000 101101

Color Harmonies of #20C473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C473

Black with #20C473

Text Example


Text Example

White with #20C473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,196,115); }

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

background-color css

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

 a { background-color: rgb(32,196,115); }

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

border-color css

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

 span { border-color: rgb(32,196,115); }

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