Html Css Color HEX #20FC60 Malachite

📋 copy color: '#20FC60'

red 32 ◦ green 252 ◦ blue 96

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

Shades of Malachite #20FC60

Tints of Malachite #20FC60

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.32%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 8.42%
G = 66.32%
B = 25.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#20FC60 (or 0x20FC60) is known color: Malachite. HEX triplet: 20, FC and 60. RGB value is (32,252,96). Sum of RGB (Red+Green+Blue) = 32+252+96=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FC60 is #DF039F. Grayscale: #A8A8A8. Windows color (decimal): -14615456 or 6356000. OLE color: 6356000.

HSL color Cylindrical-coordinate representation of color #20FC60: hue angle of 137.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FC60 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 252 96 -
CMYK 0.87 0 0.62 0.01
HSL 137.45º 0.97% 0.56% -
HSV(B) 137.45º 0.87% 0.99% -
XYZ 37.52 70.77 22.75 -
YUV 168.44 87.11 30.68 -
System Red Green Blue C M Y K H S L
Decimal 32 252 96 0.87 0 0.62 0.01 137.45 0.97 0.56
Hex 20 FC 60 57 0 3E 1 89 61 38
Octal 40 374 140 127 0 76 1 211 141 70
Binary 100000 11111100 1100000 1010111 0 111110 1 10001001 1100001 111000

Color Harmonies of #20FC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FC60

Black with #20FC60

Text Example


Text Example

White with #20FC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,252,96); }

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

background-color css

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

 a { background-color: rgb(32,252,96); }

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

border-color css

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

 span { border-color: rgb(32,252,96); }

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