Html Css Color HEX #20CD85 Mountain Meadow

📋 copy color: '#20CD85'

red 32 ◦ green 205 ◦ blue 133

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

Shades of Mountain Meadow #20CD85

Tints of Mountain Meadow #20CD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 8.65%
G = 55.41%
B = 35.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#20CD85 (or 0x20CD85) is known color: Mountain Meadow. HEX triplet: 20, CD and 85. RGB value is (32,205,133). Sum of RGB (Red+Green+Blue) = 32+205+133=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CD85 is #DF327A. Grayscale: #919191. Windows color (decimal): -14627451 or 8768800. OLE color: 8768800.

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

Color convert

RGB 32 205 133 -
CMYK 0.84 0 0.35 0.20
HSL 155.03º 0.73% 0.46% -
HSV(B) 155.03º 0.84% 0.8% -
XYZ 26.66 45.66 29.6 -
YUV 145.07 121.19 47.35 -
System Red Green Blue C M Y K H S L
Decimal 32 205 133 0.84 0 0.35 0.20 155.03 0.73 0.46
Hex 20 CD 85 54 0 23 14 9B 49 2E
Octal 40 315 205 124 0 43 24 233 111 56
Binary 100000 11001101 10000101 1010100 0 100011 10100 10011011 1001001 101110

Color Harmonies of #20CD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD85

Black with #20CD85

Text Example


Text Example

White with #20CD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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