Html Css Color HEX #20EF4B Malachite

📋 copy color: '#20EF4B'

red 32 ◦ green 239 ◦ blue 75

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

Shades of Malachite #20EF4B

Tints of Malachite #20EF4B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 69.08%

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

R = 9.25%
G = 69.08%
B = 21.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#20EF4B (or 0x20EF4B) is known color: Malachite. HEX triplet: 20, EF and 4B. RGB value is (32,239,75). Sum of RGB (Red+Green+Blue) = 32+239+75=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF4B is #DF10B4. Grayscale: #9E9E9E. Windows color (decimal): -14618805 or 4976416. OLE color: 4976416.

HSL color Cylindrical-coordinate representation of color #20EF4B: hue angle of 132.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF4B is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 75 -
CMYK 0.87 0 0.69 0.06
HSL 132.46º 0.87% 0.53% -
HSV(B) 132.46º 0.87% 0.94% -
XYZ 32.73 62.55 17 -
YUV 158.41 80.92 37.84 -
System Red Green Blue C M Y K H S L
Decimal 32 239 75 0.87 0 0.69 0.06 132.46 0.87 0.53
Hex 20 EF 4B 57 0 45 6 84 57 35
Octal 40 357 113 127 0 105 6 204 127 65
Binary 100000 11101111 1001011 1010111 0 1000101 110 10000100 1010111 110101

Color Harmonies of #20EF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EF4B

Black with #20EF4B

Text Example


Text Example

White with #20EF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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