Html Css Color HEX #20C952 Malachite

📋 copy color: '#20C952'

red 32 ◦ green 201 ◦ blue 82

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

Shades of Malachite #20C952

Tints of Malachite #20C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.81%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 10.16%
G = 63.81%
B = 26.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#20C952 (or 0x20C952) is known color: Malachite. HEX triplet: 20, C9 and 52. RGB value is (32,201,82). Sum of RGB (Red+Green+Blue) = 32+201+82=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #20C952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C952 is #DF36AD. Grayscale: #898989. Windows color (decimal): -14628526 or 5425440. OLE color: 5425440.

HSL color Cylindrical-coordinate representation of color #20C952: hue angle of 137.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C952 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 82 -
CMYK 0.84 0 0.59 0.21
HSL 137.75º 0.73% 0.46% -
HSV(B) 137.75º 0.84% 0.79% -
XYZ 23.01 42.69 15.01 -
YUV 136.9 97.01 53.18 -
System Red Green Blue C M Y K H S L
Decimal 32 201 82 0.84 0 0.59 0.21 137.75 0.73 0.46
Hex 20 C9 52 54 0 3B 15 8A 49 2E
Octal 40 311 122 124 0 73 25 212 111 56
Binary 100000 11001001 1010010 1010100 0 111011 10101 10001010 1001001 101110

Color Harmonies of #20C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C952

Black with #20C952

Text Example


Text Example

White with #20C952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,82); }

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

background-color css

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

 a { background-color: rgb(32,201,82); }

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

border-color css

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

 span { border-color: rgb(32,201,82); }

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