Html Css Color HEX #20CD80 Mountain Meadow

📋 copy color: '#20CD80'

red 32 ◦ green 205 ◦ blue 128

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

Shades of Mountain Meadow #20CD80

Tints of Mountain Meadow #20CD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.16%

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

R = 8.77%
G = 56.16%
B = 35.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#20CD80 (or 0x20CD80) is known color: Mountain Meadow. HEX triplet: 20, CD and 80. RGB value is (32,205,128). Sum of RGB (Red+Green+Blue) = 32+205+128=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CD80 is #DF327F. Grayscale: #909090. Windows color (decimal): -14627456 or 8441120. OLE color: 8441120.

HSL color Cylindrical-coordinate representation of color #20CD80: hue angle of 153.29º 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 #20CD80 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 128 -
CMYK 0.84 0 0.38 0.20
HSL 153.29º 0.73% 0.46% -
HSV(B) 153.29º 0.84% 0.8% -
XYZ 26.32 45.53 27.82 -
YUV 144.5 118.69 47.76 -
System Red Green Blue C M Y K H S L
Decimal 32 205 128 0.84 0 0.38 0.20 153.29 0.73 0.46
Hex 20 CD 80 54 0 26 14 99 49 2E
Octal 40 315 200 124 0 46 24 231 111 56
Binary 100000 11001101 10000000 1010100 0 100110 10100 10011001 1001001 101110

Color Harmonies of #20CD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD80

Black with #20CD80

Text Example


Text Example

White with #20CD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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