Html Css Color HEX #20EE42 Malachite

📋 copy color: '#20EE42'

red 32 ◦ green 238 ◦ blue 66

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

Shades of Malachite #20EE42

Tints of Malachite #20EE42

RGB

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

 GREEN value IS 238 (93.36% from 255) = 70.83%

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 9.52%
G = 70.83%
B = 19.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#20EE42 (or 0x20EE42) is known color: Malachite. HEX triplet: 20, EE and 42. RGB value is (32,238,66). Sum of RGB (Red+Green+Blue) = 32+238+66=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EE42 is #DF11BD. Grayscale: #9D9D9D. Windows color (decimal): -14619070 or 4386336. OLE color: 4386336.

HSL color Cylindrical-coordinate representation of color #20EE42: hue angle of 129.9º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EE42 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 238 66 -
CMYK 0.87 0 0.72 0.07
HSL 129.9º 0.86% 0.53% -
HSV(B) 129.9º 0.87% 0.93% -
XYZ 32.15 61.85 15.4 -
YUV 156.8 76.75 38.99 -
System Red Green Blue C M Y K H S L
Decimal 32 238 66 0.87 0 0.72 0.07 129.9 0.86 0.53
Hex 20 EE 42 57 0 48 7 82 56 35
Octal 40 356 102 127 0 110 7 202 126 65
Binary 100000 11101110 1000010 1010111 0 1001000 111 10000010 1010110 110101

Color Harmonies of #20EE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EE42

Black with #20EE42

Text Example


Text Example

White with #20EE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,238,66); }

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

background-color css

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

 a { background-color: rgb(32,238,66); }

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

border-color css

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

 span { border-color: rgb(32,238,66); }

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