Html Css Color HEX #20C575 Mountain Meadow

📋 copy color: '#20C575'

red 32 ◦ green 197 ◦ blue 117

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

Shades of Mountain Meadow #20C575

Tints of Mountain Meadow #20C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.94%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 9.25%
G = 56.94%
B = 33.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#20C575 (or 0x20C575) is known color: Mountain Meadow. HEX triplet: 20, C5 and 75. RGB value is (32,197,117). Sum of RGB (Red+Green+Blue) = 32+197+117=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #20C575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C575 is #DF3A8A. Grayscale: #8A8A8A. Windows color (decimal): -14629515 or 7718176. OLE color: 7718176.

HSL color Cylindrical-coordinate representation of color #20C575: hue angle of 150.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C575 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 197 117 -
CMYK 0.84 0 0.41 0.23
HSL 150.91º 0.72% 0.45% -
HSV(B) 150.91º 0.84% 0.77% -
XYZ 23.77 41.52 23.59 -
YUV 138.55 115.84 52 -
System Red Green Blue C M Y K H S L
Decimal 32 197 117 0.84 0 0.41 0.23 150.91 0.72 0.45
Hex 20 C5 75 54 0 29 17 97 48 2D
Octal 40 305 165 124 0 51 27 227 110 55
Binary 100000 11000101 1110101 1010100 0 101001 10111 10010111 1001000 101101

Color Harmonies of #20C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C575

Black with #20C575

Text Example


Text Example

White with #20C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,197,117); }

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

background-color css

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

 a { background-color: rgb(32,197,117); }

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

border-color css

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

 span { border-color: rgb(32,197,117); }

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