Html Css Color HEX #20C97D Mountain Meadow

📋 copy color: '#20C97D'

red 32 ◦ green 201 ◦ blue 125

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

Shades of Mountain Meadow #20C97D

Tints of Mountain Meadow #20C97D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.15%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 8.94%
G = 56.15%
B = 34.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#20C97D (or 0x20C97D) is known color: Mountain Meadow. HEX triplet: 20, C9 and 7D. RGB value is (32,201,125). Sum of RGB (Red+Green+Blue) = 32+201+125=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #20C97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C97D is #DF3682. Grayscale: #8D8D8D. Windows color (decimal): -14628483 or 8243488. OLE color: 8243488.

HSL color Cylindrical-coordinate representation of color #20C97D: hue angle of 153.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C97D is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 125 -
CMYK 0.84 0 0.38 0.21
HSL 153.02º 0.73% 0.46% -
HSV(B) 153.02º 0.84% 0.79% -
XYZ 25.18 43.56 26.48 -
YUV 141.81 118.51 49.68 -
System Red Green Blue C M Y K H S L
Decimal 32 201 125 0.84 0 0.38 0.21 153.02 0.73 0.46
Hex 20 C9 7D 54 0 26 15 99 49 2E
Octal 40 311 175 124 0 46 25 231 111 56
Binary 100000 11001001 1111101 1010100 0 100110 10101 10011001 1001001 101110

Color Harmonies of #20C97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C97D

Black with #20C97D

Text Example


Text Example

White with #20C97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,125); }

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

background-color css

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

 a { background-color: rgb(32,201,125); }

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

border-color css

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

 span { border-color: rgb(32,201,125); }

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