Html Css Color HEX #20BF4F Malachite

📋 copy color: '#20BF4F'

red 32 ◦ green 191 ◦ blue 79

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

Shades of Malachite #20BF4F

Tints of Malachite #20BF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 10.6%
G = 63.25%
B = 26.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#20BF4F (or 0x20BF4F) is known color: Malachite. HEX triplet: 20, BF and 4F. RGB value is (32,191,79). Sum of RGB (Red+Green+Blue) = 32+191+79=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF4F is #DF40B0. Grayscale: #828282. Windows color (decimal): -14631089 or 5226272. OLE color: 5226272.

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

Color convert

RGB 32 191 79 -
CMYK 0.83 0 0.59 0.25
HSL 137.74º 0.71% 0.44% -
HSV(B) 137.74º 0.83% 0.75% -
XYZ 20.64 38.13 13.67 -
YUV 130.69 98.82 57.61 -
System Red Green Blue C M Y K H S L
Decimal 32 191 79 0.83 0 0.59 0.25 137.74 0.71 0.44
Hex 20 BF 4F 53 0 3B 19 8A 47 2C
Octal 40 277 117 123 0 73 31 212 107 54
Binary 100000 10111111 1001111 1010011 0 111011 11001 10001010 1000111 101100

Color Harmonies of #20BF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF4F

Black with #20BF4F

Text Example


Text Example

White with #20BF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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