Html Css Color HEX #20FA62 Malachite

📋 copy color: '#20FA62'

red 32 ◦ green 250 ◦ blue 98

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

Shades of Malachite #20FA62

Tints of Malachite #20FA62

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.79%

 BLUE value IS 98 (38.67% from 255) = 25.79%

R = 8.42%
G = 65.79%
B = 25.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#20FA62 (or 0x20FA62) is known color: Malachite. HEX triplet: 20, FA and 62. RGB value is (32,250,98). Sum of RGB (Red+Green+Blue) = 32+250+98=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FA62 is #DF059D. Grayscale: #A7A7A7. Windows color (decimal): -14615966 or 6486560. OLE color: 6486560.

HSL color Cylindrical-coordinate representation of color #20FA62: hue angle of 138.17º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FA62 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 98 -
CMYK 0.87 0 0.61 0.02
HSL 138.17º 0.96% 0.55% -
HSV(B) 138.17º 0.87% 0.98% -
XYZ 36.99 69.56 23.03 -
YUV 167.49 88.78 31.36 -
System Red Green Blue C M Y K H S L
Decimal 32 250 98 0.87 0 0.61 0.02 138.17 0.96 0.55
Hex 20 FA 62 57 0 3D 2 8A 60 37
Octal 40 372 142 127 0 75 2 212 140 67
Binary 100000 11111010 1100010 1010111 0 111101 10 10001010 1100000 110111

Color Harmonies of #20FA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FA62

Black with #20FA62

Text Example


Text Example

White with #20FA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,250,98); }

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

background-color css

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

 a { background-color: rgb(32,250,98); }

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

border-color css

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

 span { border-color: rgb(32,250,98); }

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