Html Css Color HEX #20BE7D Mountain Meadow

📋 copy color: '#20BE7D'

red 32 ◦ green 190 ◦ blue 125

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

Shades of Mountain Meadow #20BE7D

Tints of Mountain Meadow #20BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.76%

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

R = 9.22%
G = 54.76%
B = 36.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#20BE7D (or 0x20BE7D) is known color: Mountain Meadow. HEX triplet: 20, BE and 7D. RGB value is (32,190,125). Sum of RGB (Red+Green+Blue) = 32+190+125=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BE7D is #DF4182. Grayscale: #878787. Windows color (decimal): -14631299 or 8240672. OLE color: 8240672.

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

Color convert

RGB 32 190 125 -
CMYK 0.83 0 0.34 0.25
HSL 155.32º 0.71% 0.44% -
HSV(B) 155.32º 0.83% 0.75% -
XYZ 22.71 38.61 25.66 -
YUV 135.35 122.15 54.29 -
System Red Green Blue C M Y K H S L
Decimal 32 190 125 0.83 0 0.34 0.25 155.32 0.71 0.44
Hex 20 BE 7D 53 0 22 19 9B 47 2C
Octal 40 276 175 123 0 42 31 233 107 54
Binary 100000 10111110 1111101 1010011 0 100010 11001 10011011 1000111 101100

Color Harmonies of #20BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BE7D

Black with #20BE7D

Text Example


Text Example

White with #20BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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