Html Css Color HEX #20BD7D Mountain Meadow

📋 copy color: '#20BD7D'

red 32 ◦ green 189 ◦ blue 125

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

Shades of Mountain Meadow #20BD7D

Tints of Mountain Meadow #20BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.62%

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

R = 9.25%
G = 54.62%
B = 36.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#20BD7D (or 0x20BD7D) is known color: Mountain Meadow. HEX triplet: 20, BD and 7D. RGB value is (32,189,125). Sum of RGB (Red+Green+Blue) = 32+189+125=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BD7D is #DF4282. Grayscale: #868686. Windows color (decimal): -14631555 or 8240416. OLE color: 8240416.

HSL color Cylindrical-coordinate representation of color #20BD7D: hue angle of 155.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BD7D is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 189 125 -
CMYK 0.83 0 0.34 0.26
HSL 155.54º 0.71% 0.43% -
HSV(B) 155.54º 0.83% 0.74% -
XYZ 22.49 38.18 25.59 -
YUV 134.76 122.49 54.7 -
System Red Green Blue C M Y K H S L
Decimal 32 189 125 0.83 0 0.34 0.26 155.54 0.71 0.43
Hex 20 BD 7D 53 0 22 1A 9C 47 2B
Octal 40 275 175 123 0 42 32 234 107 53
Binary 100000 10111101 1111101 1010011 0 100010 11010 10011100 1000111 101011

Color Harmonies of #20BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD7D

Black with #20BD7D

Text Example


Text Example

White with #20BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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