Html Css Color HEX #20BF5D Malachite

📋 copy color: '#20BF5D'

red 32 ◦ green 191 ◦ blue 93

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

Shades of Malachite #20BF5D

Tints of Malachite #20BF5D

RGB

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

 GREEN value IS 191 (75% from 255) = 60.44%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 10.13%
G = 60.44%
B = 29.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#20BF5D (or 0x20BF5D) is known color: Malachite. HEX triplet: 20, BF and 5D. RGB value is (32,191,93). Sum of RGB (Red+Green+Blue) = 32+191+93=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF5D is #DF40A2. Grayscale: #848484. Windows color (decimal): -14631075 or 6143776. OLE color: 6143776.

HSL color Cylindrical-coordinate representation of color #20BF5D: hue angle of 143.02º 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 #20BF5D is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 191 93 -
CMYK 0.83 0 0.51 0.25
HSL 143.02º 0.71% 0.44% -
HSV(B) 143.02º 0.83% 0.75% -
XYZ 21.2 38.36 16.64 -
YUV 132.29 105.82 56.47 -
System Red Green Blue C M Y K H S L
Decimal 32 191 93 0.83 0 0.51 0.25 143.02 0.71 0.44
Hex 20 BF 5D 53 0 33 19 8F 47 2C
Octal 40 277 135 123 0 63 31 217 107 54
Binary 100000 10111111 1011101 1010011 0 110011 11001 10001111 1000111 101100

Color Harmonies of #20BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF5D

Black with #20BF5D

Text Example


Text Example

White with #20BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,191,93); }

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

background-color css

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

 a { background-color: rgb(32,191,93); }

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

border-color css

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

 span { border-color: rgb(32,191,93); }

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