Html Css Color HEX #20C075 Mountain Meadow

📋 copy color: '#20C075'

red 32 ◦ green 192 ◦ blue 117

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

Shades of Mountain Meadow #20C075

Tints of Mountain Meadow #20C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

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

R = 9.38%
G = 56.3%
B = 34.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#20C075 (or 0x20C075) is known color: Mountain Meadow. HEX triplet: 20, C0 and 75. RGB value is (32,192,117). Sum of RGB (Red+Green+Blue) = 32+192+117=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #20C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C075 is #DF3F8A. Grayscale: #878787. Windows color (decimal): -14630795 or 7716896. OLE color: 7716896.

HSL color Cylindrical-coordinate representation of color #20C075: hue angle of 151.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C075 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 117 -
CMYK 0.83 0 0.39 0.25
HSL 151.88º 0.71% 0.44% -
HSV(B) 151.88º 0.83% 0.75% -
XYZ 22.66 39.29 23.22 -
YUV 135.61 117.49 54.1 -
System Red Green Blue C M Y K H S L
Decimal 32 192 117 0.83 0 0.39 0.25 151.88 0.71 0.44
Hex 20 C0 75 53 0 27 19 98 47 2C
Octal 40 300 165 123 0 47 31 230 107 54
Binary 100000 11000000 1110101 1010011 0 100111 11001 10011000 1000111 101100

Color Harmonies of #20C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C075

Black with #20C075

Text Example


Text Example

White with #20C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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