Html Css Color HEX #20BC7F Mountain Meadow

📋 copy color: '#20BC7F'

red 32 ◦ green 188 ◦ blue 127

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

Shades of Mountain Meadow #20BC7F

Tints of Mountain Meadow #20BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.18%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 9.22%
G = 54.18%
B = 36.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#20BC7F (or 0x20BC7F) is known color: Mountain Meadow. HEX triplet: 20, BC and 7F. RGB value is (32,188,127). Sum of RGB (Red+Green+Blue) = 32+188+127=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BC7F is #DF4380. Grayscale: #868686. Windows color (decimal): -14631809 or 8371232. OLE color: 8371232.

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

Color convert

RGB 32 188 127 -
CMYK 0.83 0 0.32 0.26
HSL 156.54º 0.71% 0.43% -
HSV(B) 156.54º 0.83% 0.74% -
XYZ 22.41 37.81 26.19 -
YUV 134.4 123.82 54.96 -
System Red Green Blue C M Y K H S L
Decimal 32 188 127 0.83 0 0.32 0.26 156.54 0.71 0.43
Hex 20 BC 7F 53 0 20 1A 9D 47 2B
Octal 40 274 177 123 0 40 32 235 107 53
Binary 100000 10111100 1111111 1010011 0 100000 11010 10011101 1000111 101011

Color Harmonies of #20BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC7F

Black with #20BC7F

Text Example


Text Example

White with #20BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,127); }

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

background-color css

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

 a { background-color: rgb(32,188,127); }

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

border-color css

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

 span { border-color: rgb(32,188,127); }

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