Html Css Color HEX #20CF49 Malachite

📋 copy color: '#20CF49'

red 32 ◦ green 207 ◦ blue 73

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

Shades of Malachite #20CF49

Tints of Malachite #20CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.35%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 10.26%
G = 66.35%
B = 23.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#20CF49 (or 0x20CF49) is known color: Malachite. HEX triplet: 20, CF and 49. RGB value is (32,207,73). Sum of RGB (Red+Green+Blue) = 32+207+73=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF49 is #DF30B6. Grayscale: #8B8B8B. Windows color (decimal): -14626999 or 4837152. OLE color: 4837152.

HSL color Cylindrical-coordinate representation of color #20CF49: hue angle of 134.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF49 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 73 -
CMYK 0.85 0 0.65 0.19
HSL 134.06º 0.73% 0.47% -
HSV(B) 134.06º 0.85% 0.81% -
XYZ 24.11 45.41 13.8 -
YUV 139.4 90.52 51.4 -
System Red Green Blue C M Y K H S L
Decimal 32 207 73 0.85 0 0.65 0.19 134.06 0.73 0.47
Hex 20 CF 49 55 0 41 13 86 49 2F
Octal 40 317 111 125 0 101 23 206 111 57
Binary 100000 11001111 1001001 1010101 0 1000001 10011 10000110 1001001 101111

Color Harmonies of #20CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF49

Black with #20CF49

Text Example


Text Example

White with #20CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,207,73); }

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

background-color css

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

 a { background-color: rgb(32,207,73); }

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

border-color css

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

 span { border-color: rgb(32,207,73); }

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