Html Css Color HEX #20C375 Mountain Meadow

📋 copy color: '#20C375'

red 32 ◦ green 195 ◦ blue 117

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

Shades of Mountain Meadow #20C375

Tints of Mountain Meadow #20C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.69%

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

R = 9.3%
G = 56.69%
B = 34.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#20C375 (or 0x20C375) is known color: Mountain Meadow. HEX triplet: 20, C3 and 75. RGB value is (32,195,117). Sum of RGB (Red+Green+Blue) = 32+195+117=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #20C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C375 is #DF3C8A. Grayscale: #898989. Windows color (decimal): -14630027 or 7717664. OLE color: 7717664.

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

Color convert

RGB 32 195 117 -
CMYK 0.84 0 0.4 0.24
HSL 151.29º 0.72% 0.45% -
HSV(B) 151.29º 0.84% 0.76% -
XYZ 23.32 40.62 23.44 -
YUV 137.37 116.5 52.84 -
System Red Green Blue C M Y K H S L
Decimal 32 195 117 0.84 0 0.4 0.24 151.29 0.72 0.45
Hex 20 C3 75 54 0 28 18 97 48 2D
Octal 40 303 165 124 0 50 30 227 110 55
Binary 100000 11000011 1110101 1010100 0 101000 11000 10010111 1001000 101101

Color Harmonies of #20C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C375

Black with #20C375

Text Example


Text Example

White with #20C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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