Html Css Color HEX #20FD63 Malachite

📋 copy color: '#20FD63'

red 32 ◦ green 253 ◦ blue 99

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

Shades of Malachite #20FD63

Tints of Malachite #20FD63

RGB

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

 GREEN value IS 253 (99.22% from 255) = 65.89%

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 8.33%
G = 65.89%
B = 25.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#20FD63 (or 0x20FD63) is known color: Malachite. HEX triplet: 20, FD and 63. RGB value is (32,253,99). Sum of RGB (Red+Green+Blue) = 32+253+99=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #20FD63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FD63 is #DF029C. Grayscale: #A9A9A9. Windows color (decimal): -14615197 or 6552864. OLE color: 6552864.

HSL color Cylindrical-coordinate representation of color #20FD63: hue angle of 138.19º degrees, saturation: 0.98, 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 #20FD63 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 253 99 -
CMYK 0.87 0 0.61 0.01
HSL 138.19º 0.98% 0.56% -
HSV(B) 138.19º 0.87% 0.99% -
XYZ 37.97 71.46 23.6 -
YUV 169.37 88.28 30.02 -
System Red Green Blue C M Y K H S L
Decimal 32 253 99 0.87 0 0.61 0.01 138.19 0.98 0.56
Hex 20 FD 63 57 0 3D 1 8A 62 38
Octal 40 375 143 127 0 75 1 212 142 70
Binary 100000 11111101 1100011 1010111 0 111101 1 10001010 1100010 111000

Color Harmonies of #20FD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FD63

Black with #20FD63

Text Example


Text Example

White with #20FD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,253,99); }

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

background-color css

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

 a { background-color: rgb(32,253,99); }

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

border-color css

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

 span { border-color: rgb(32,253,99); }

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