Html Css Color HEX #20C250 Malachite

📋 copy color: '#20C250'

red 32 ◦ green 194 ◦ blue 80

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

Shades of Malachite #20C250

Tints of Malachite #20C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.4%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 10.46%
G = 63.4%
B = 26.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#20C250 (or 0x20C250) is known color: Malachite. HEX triplet: 20, C2 and 50. RGB value is (32,194,80). Sum of RGB (Red+Green+Blue) = 32+194+80=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #20C250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C250 is #DF3DAF. Grayscale: #848484. Windows color (decimal): -14630320 or 5292576. OLE color: 5292576.

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

Color convert

RGB 32 194 80 -
CMYK 0.84 0 0.59 0.24
HSL 137.78º 0.72% 0.44% -
HSV(B) 137.78º 0.84% 0.76% -
XYZ 21.34 39.47 14.08 -
YUV 132.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 32 194 80 0.84 0 0.59 0.24 137.78 0.72 0.44
Hex 20 C2 50 54 0 3B 18 8A 48 2C
Octal 40 302 120 124 0 73 30 212 110 54
Binary 100000 11000010 1010000 1010100 0 111011 11000 10001010 1001000 101100

Color Harmonies of #20C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C250

Black with #20C250

Text Example


Text Example

White with #20C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,194,80); }

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

background-color css

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

 a { background-color: rgb(32,194,80); }

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

border-color css

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

 span { border-color: rgb(32,194,80); }

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