#21CA52

Color #21CA52 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #21CA52

Tints of Malachite #21CA52

Color information

#21CA52 (or 0x21CA52) is unknown color: approx Malachite. HEX triplet: 21, CA and 52. RGB value is (33,202,82). Sum of RGB (Red+Green+Blue) = 33+202+82=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA52 is #DE35AD. Grayscale: #8A8A8A. Windows color (decimal): -14562734 or 5425697. OLE color: 5425697.

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

Color convert

RGB3320282-
CMYK0.8400.590.21
HSL137.4º71.91%46.08%-
HSV(B)137.4º83.66%79.22%-
XYZ23.2743.1715.09-
YUV137.7996.5153.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 202 (79.30% from 255) = 63.72%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=10.41%
G=63.72%
B=25.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33202820.8400.590.21137.471.9146.08
Hex21CA525403B1589482e
Octal413121221240732521111056
Binary1000011100101010100101010100011101110101100010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21CA52;
 }
 .AnyTagClassName
 {
   color: #21CA52;
 }
</style>
background-color css

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

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

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

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

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

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