#21C961

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

Shades of Malachite #21C961

Tints of Malachite #21C961

Color information

#21C961 (or 0x21C961) is unknown color: approx Malachite. HEX triplet: 21, C9 and 61. RGB value is (33,201,97). Sum of RGB (Red+Green+Blue) = 33+201+97=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #21C961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C961 is #DE369E. Grayscale: #8B8B8B. Windows color (decimal): -14562975 or 6408481. OLE color: 6408481.

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

Color convert

RGB3320197-
CMYK0.8400.520.21
HSL142.86º71.79%45.88%-
HSV(B)142.86º83.58%78.82%-
XYZ23.6742.9618.35-
YUV138.91104.3452.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 201 (78.91% from 255) = 60.73%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=9.97%
G=60.73%
B=29.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33201970.8400.520.21142.8671.7945.88
Hex21C96154034158f482e
Octal413111411240642521711056
Binary1000011100100111000011010100011010010101100011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,201,97); }

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

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

 a { background-color: rgb(33,201,97); }

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

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

 span { border-color: rgb(33,201,97); }

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