Html Css Color HEX #20E64B Malachite

📋 copy color: '#20E64B'

red 32 ◦ green 230 ◦ blue 75

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

Shades of Malachite #20E64B

Tints of Malachite #20E64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.25%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 9.5%
G = 68.25%
B = 22.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#20E64B (or 0x20E64B) is known color: Malachite. HEX triplet: 20, E6 and 4B. RGB value is (32,230,75). Sum of RGB (Red+Green+Blue) = 32+230+75=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 230 (90.23% from 255 or 68.25% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 230 - color contains mainly: green. Hex color #20E64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E64B is #DF19B4. Grayscale: #999999. Windows color (decimal): -14621109 or 4974112. OLE color: 4974112.

HSL color Cylindrical-coordinate representation of color #20E64B: hue angle of 133.03º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E64B is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 230 75 -
CMYK 0.86 0 0.67 0.10
HSL 133.03º 0.8% 0.51% -
HSV(B) 133.03º 0.86% 0.9% -
XYZ 30.16 57.41 16.15 -
YUV 153.13 83.9 41.6 -
System Red Green Blue C M Y K H S L
Decimal 32 230 75 0.86 0 0.67 0.10 133.03 0.8 0.51
Hex 20 E6 4B 56 0 43 A 85 50 33
Octal 40 346 113 126 0 103 12 205 120 63
Binary 100000 11100110 1001011 1010110 0 1000011 1010 10000101 1010000 110011

Color Harmonies of #20E64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E64B

Black with #20E64B

Text Example


Text Example

White with #20E64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,230,75); }

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

background-color css

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

 a { background-color: rgb(32,230,75); }

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

border-color css

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

 span { border-color: rgb(32,230,75); }

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