Html Css Color HEX #21CA4A Malachite

📋 copy color: '#21CA4A'

red 33 ◦ green 202 ◦ blue 74

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

Shades of Malachite #21CA4A

Tints of Malachite #21CA4A

RGB

 RED value IS 33 (13.28% from 255) = 10.68%

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 10.68%
G = 65.37%
B = 23.95%

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

#21CA4A (or 0x21CA4A) is known color: Malachite. HEX triplet: 21, CA and 4A. RGB value is (33,202,74). Sum of RGB (Red+Green+Blue) = 33+202+74=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA4A is #DE35B5. Grayscale: #898989. Windows color (decimal): -14562742 or 4901409. OLE color: 4901409.

HSL color Cylindrical-coordinate representation of color #21CA4A: hue angle of 134.56º degrees, saturation: 0.72, 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 #21CA4A is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 74 -
CMYK 0.84 0 0.63 0.21
HSL 134.56º 0.72% 0.46% -
HSV(B) 134.56º 0.84% 0.79% -
XYZ 22.98 43.06 13.58 -
YUV 136.88 92.51 53.91 -
System Red Green Blue C M Y K H S L
Decimal 33 202 74 0.84 0 0.63 0.21 134.56 0.72 0.46
Hex 21 CA 4A 54 0 3F 15 87 48 2E
Octal 41 312 112 124 0 77 25 207 110 56
Binary 100001 11001010 1001010 1010100 0 111111 10101 10000111 1001000 101110

Color Harmonies of #21CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA4A

Black with #21CA4A

Text Example


Text Example

White with #21CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CA4A; }

 p { color: rgb(33,202,74); }

 H1.HeaderClassName
 {
   color: #21CA4A;
 }
 .AnyTagClassName
 {
   color: #21CA4A;
 }
</style>

background-color css

<style>
 a { background-color: #21CA4A; }

 a { background-color: rgb(33,202,74); }

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

border-color css

<style>
 span { border-color: #21CA4A; }

 span { border-color: rgb(33,202,74); }

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