Html Css Color HEX #20BD7B Mountain Meadow

📋 copy color: '#20BD7B'

red 32 ◦ green 189 ◦ blue 123

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

Shades of Mountain Meadow #20BD7B

Tints of Mountain Meadow #20BD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 9.3%
G = 54.94%
B = 35.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#20BD7B (or 0x20BD7B) is known color: Mountain Meadow. HEX triplet: 20, BD and 7B. RGB value is (32,189,123). Sum of RGB (Red+Green+Blue) = 32+189+123=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BD7B is #DF4284. Grayscale: #868686. Windows color (decimal): -14631557 or 8109344. OLE color: 8109344.

HSL color Cylindrical-coordinate representation of color #20BD7B: hue angle of 154.78º 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 #20BD7B is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 189 123 -
CMYK 0.83 0 0.35 0.26
HSL 154.78º 0.71% 0.43% -
HSV(B) 154.78º 0.83% 0.74% -
XYZ 22.37 38.13 24.92 -
YUV 134.53 121.49 54.87 -
System Red Green Blue C M Y K H S L
Decimal 32 189 123 0.83 0 0.35 0.26 154.78 0.71 0.43
Hex 20 BD 7B 53 0 23 1A 9B 47 2B
Octal 40 275 173 123 0 43 32 233 107 53
Binary 100000 10111101 1111011 1010011 0 100011 11010 10011011 1000111 101011

Color Harmonies of #20BD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD7B

Black with #20BD7B

Text Example


Text Example

White with #20BD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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