Html Css Color HEX #20F93D Malachite

📋 copy color: '#20F93D'

red 32 ◦ green 249 ◦ blue 61

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

Shades of Malachite #20F93D

Tints of Malachite #20F93D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.81%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 9.36%
G = 72.81%
B = 17.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#20F93D (or 0x20F93D) is known color: Malachite. HEX triplet: 20, F9 and 3D. RGB value is (32,249,61). Sum of RGB (Red+Green+Blue) = 32+249+61=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #20F93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F93D is #DF06C2. Grayscale: #A3A3A3. Windows color (decimal): -14616259 or 4061472. OLE color: 4061472.

HSL color Cylindrical-coordinate representation of color #20F93D: hue angle of 128.02º degrees, saturation: 0.95, 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 #20F93D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 249 61 -
CMYK 0.87 0 0.76 0.02
HSL 128.02º 0.95% 0.55% -
HSV(B) 128.02º 0.87% 0.98% -
XYZ 35.31 68.4 15.76 -
YUV 162.69 70.61 34.79 -
System Red Green Blue C M Y K H S L
Decimal 32 249 61 0.87 0 0.76 0.02 128.02 0.95 0.55
Hex 20 F9 3D 57 0 4C 2 80 5F 37
Octal 40 371 75 127 0 114 2 200 137 67
Binary 100000 11111001 111101 1010111 0 1001100 10 10000000 1011111 110111

Color Harmonies of #20F93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F93D

Black with #20F93D

Text Example


Text Example

White with #20F93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,249,61); }

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

background-color css

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

 a { background-color: rgb(32,249,61); }

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

border-color css

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

 span { border-color: rgb(32,249,61); }

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