Html Css Color HEX #20BF58 Malachite

📋 copy color: '#20BF58'

red 32 ◦ green 191 ◦ blue 88

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

Shades of Malachite #20BF58

Tints of Malachite #20BF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 10.29%
G = 61.41%
B = 28.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#20BF58 (or 0x20BF58) is known color: Malachite. HEX triplet: 20, BF and 58. RGB value is (32,191,88). Sum of RGB (Red+Green+Blue) = 32+191+88=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF58 is #DF40A7. Grayscale: #838383. Windows color (decimal): -14631080 or 5816096. OLE color: 5816096.

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

Color convert

RGB 32 191 88 -
CMYK 0.83 0 0.54 0.25
HSL 141.13º 0.71% 0.44% -
HSV(B) 141.13º 0.83% 0.75% -
XYZ 20.99 38.27 15.51 -
YUV 131.72 103.32 56.88 -
System Red Green Blue C M Y K H S L
Decimal 32 191 88 0.83 0 0.54 0.25 141.13 0.71 0.44
Hex 20 BF 58 53 0 36 19 8D 47 2C
Octal 40 277 130 123 0 66 31 215 107 54
Binary 100000 10111111 1011000 1010011 0 110110 11001 10001101 1000111 101100

Color Harmonies of #20BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF58

Black with #20BF58

Text Example


Text Example

White with #20BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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