Html Css Color HEX #20CB80 Mountain Meadow

📋 copy color: '#20CB80'

red 32 ◦ green 203 ◦ blue 128

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

Shades of Mountain Meadow #20CB80

Tints of Mountain Meadow #20CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.92%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 8.82%
G = 55.92%
B = 35.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#20CB80 (or 0x20CB80) is known color: Mountain Meadow. HEX triplet: 20, CB and 80. RGB value is (32,203,128). Sum of RGB (Red+Green+Blue) = 32+203+128=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CB80 is #DF347F. Grayscale: #8F8F8F. Windows color (decimal): -14627968 or 8440608. OLE color: 8440608.

HSL color Cylindrical-coordinate representation of color #20CB80: hue angle of 153.68º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB80 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 203 128 -
CMYK 0.84 0 0.37 0.20
HSL 153.68º 0.73% 0.46% -
HSV(B) 153.68º 0.84% 0.8% -
XYZ 25.85 44.58 27.66 -
YUV 143.32 119.35 48.6 -
System Red Green Blue C M Y K H S L
Decimal 32 203 128 0.84 0 0.37 0.20 153.68 0.73 0.46
Hex 20 CB 80 54 0 25 14 9A 49 2E
Octal 40 313 200 124 0 45 24 232 111 56
Binary 100000 11001011 10000000 1010100 0 100101 10100 10011010 1001001 101110

Color Harmonies of #20CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CB80

Black with #20CB80

Text Example


Text Example

White with #20CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,203,128); }

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

background-color css

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

 a { background-color: rgb(32,203,128); }

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

border-color css

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

 span { border-color: rgb(32,203,128); }

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