Html Css Color HEX #20C572 Mountain Meadow

📋 copy color: '#20C572'

red 32 ◦ green 197 ◦ blue 114

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

Shades of Mountain Meadow #20C572

Tints of Mountain Meadow #20C572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 9.33%
G = 57.43%
B = 33.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#20C572 (or 0x20C572) is known color: Mountain Meadow. HEX triplet: 20, C5 and 72. RGB value is (32,197,114). Sum of RGB (Red+Green+Blue) = 32+197+114=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #20C572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C572 is #DF3A8D. Grayscale: #8A8A8A. Windows color (decimal): -14629518 or 7521568. OLE color: 7521568.

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

Color convert

RGB 32 197 114 -
CMYK 0.84 0 0.42 0.23
HSL 149.82º 0.72% 0.45% -
HSV(B) 149.82º 0.84% 0.77% -
XYZ 23.6 41.45 22.68 -
YUV 138.2 114.34 52.25 -
System Red Green Blue C M Y K H S L
Decimal 32 197 114 0.84 0 0.42 0.23 149.82 0.72 0.45
Hex 20 C5 72 54 0 2A 17 96 48 2D
Octal 40 305 162 124 0 52 27 226 110 55
Binary 100000 11000101 1110010 1010100 0 101010 10111 10010110 1001000 101101

Color Harmonies of #20C572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C572

Black with #20C572

Text Example


Text Example

White with #20C572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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