#21CA67

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

Shades of Malachite #21CA67

Tints of Malachite #21CA67

Color information

#21CA67 (or 0x21CA67) is unknown color: approx Malachite. HEX triplet: 21, CA and 67. RGB value is (33,202,103). Sum of RGB (Red+Green+Blue) = 33+202+103=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA67 is #DE3598. Grayscale: #8C8C8C. Windows color (decimal): -14562713 or 6801953. OLE color: 6801953.

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

Color convert

RGB33202103-
CMYK0.8400.490.21
HSL144.85º71.91%46.08%-
HSV(B)144.85º83.66%79.22%-
XYZ24.243.5419.96-
YUV140.18107.0151.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=9.76%
G=59.76%
B=30.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332021030.8400.490.21144.8571.9146.08
Hex21CA67540311591482e
Octal413121471240612522111056
Binary1000011100101011001111010100011000110101100100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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