#21CA50

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

Shades of Malachite #21CA50

Tints of Malachite #21CA50

Color information

#21CA50 (or 0x21CA50) is unknown color: approx Malachite. HEX triplet: 21, CA and 50. RGB value is (33,202,80). Sum of RGB (Red+Green+Blue) = 33+202+80=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA50 is #DE35AF. Grayscale: #898989. Windows color (decimal): -14562736 or 5294625. OLE color: 5294625.

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

Color convert

RGB3320280-
CMYK0.8400.600.21
HSL136.69º71.91%46.08%-
HSV(B)136.69º83.66%79.22%-
XYZ23.243.1414.69-
YUV137.5695.5153.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.48%
GREEN value IS 202 (79.30% from 255) = 64.13%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=10.48%
G=64.13%
B=25.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33202800.8400.600.21136.6971.9146.08
Hex21CA505403C1589482e
Octal413121201240742521111056
Binary1000011100101010100001010100011110010101100010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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