Html Css Color HEX #20CA4B Malachite

📋 copy color: '#20CA4B'

red 32 ◦ green 202 ◦ blue 75

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

Shades of Malachite #20CA4B

Tints of Malachite #20CA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 65.37%

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

R = 10.36%
G = 65.37%
B = 24.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#20CA4B (or 0x20CA4B) is known color: Malachite. HEX triplet: 20, CA and 4B. RGB value is (32,202,75). Sum of RGB (Red+Green+Blue) = 32+202+75=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA4B is #DF35B4. Grayscale: #898989. Windows color (decimal): -14628277 or 4966944. OLE color: 4966944.

HSL color Cylindrical-coordinate representation of color #20CA4B: hue angle of 135.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA4B is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 75 -
CMYK 0.84 0 0.63 0.21
HSL 135.18º 0.73% 0.46% -
HSV(B) 135.18º 0.84% 0.79% -
XYZ 22.99 43.06 13.76 -
YUV 136.69 93.18 53.33 -
System Red Green Blue C M Y K H S L
Decimal 32 202 75 0.84 0 0.63 0.21 135.18 0.73 0.46
Hex 20 CA 4B 54 0 3F 15 87 49 2E
Octal 40 312 113 124 0 77 25 207 111 56
Binary 100000 11001010 1001011 1010100 0 111111 10101 10000111 1001001 101110

Color Harmonies of #20CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CA4B

Black with #20CA4B

Text Example


Text Example

White with #20CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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