#20BD7B

Color #20BD7B Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #20BD7B

Tints of Mountain Meadow #20BD7B

Color information

#20BD7B (or 0x20BD7B) is unknown color: approx 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

RGB32189123-
CMYK0.8300.350.26
HSL154.78º71.04%43.33%-
HSV(B)154.78º83.07%74.12%-
XYZ22.3738.1324.92-
YUV134.53121.4954.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.30%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=9.30%
G=54.94%
B=35.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal321891230.8300.350.26154.7871.0443.33
Hex20BD7B530231A9b472b
Octal402751731230433223310753
Binary1000001011110111110111010011010001111010100110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>