#21CA68

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

Shades of Malachite #21CA68

Tints of Malachite #21CA68

Color information

#21CA68 (or 0x21CA68) is unknown color: approx Malachite. HEX triplet: 21, CA and 68. RGB value is (33,202,104). Sum of RGB (Red+Green+Blue) = 33+202+104=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA68 is #DE3597. Grayscale: #8C8C8C. Windows color (decimal): -14562712 or 6867489. OLE color: 6867489.

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

Color convert

RGB33202104-
CMYK0.8400.490.21
HSL145.21º71.91%46.08%-
HSV(B)145.21º83.66%79.22%-
XYZ24.2543.5620.23-
YUV140.3107.5151.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=9.73%
G=59.59%
B=30.68%

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
Decimal332021040.8400.490.21145.2171.9146.08
Hex21CA68540311591482e
Octal413121501240612522111056
Binary1000011100101011010001010100011000110101100100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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