#21C45E

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

Shades of Malachite #21C45E

Tints of Malachite #21C45E

Color information

#21C45E (or 0x21C45E) is unknown color: approx Malachite. HEX triplet: 21, C4 and 5E. RGB value is (33,196,94). Sum of RGB (Red+Green+Blue) = 33+196+94=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #21C45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C45E is #DE3BA1. Grayscale: #878787. Windows color (decimal): -14564258 or 6210593. OLE color: 6210593.

HSL color Cylindrical-coordinate representation of color #21C45E: hue angle of 142.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C45E is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB3319694-
CMYK0.8300.520.23
HSL142.45º71.18%44.9%-
HSV(B)142.45º83.16%76.86%-
XYZ22.3940.6117.25-
YUV135.64104.554.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 196 (76.95% from 255) = 60.68%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=10.22%
G=60.68%
B=29.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal33196940.8300.520.23142.4571.1844.9
Hex21C45E53034178e472d
Octal413041361230642721610755
Binary1000011100010010111101010011011010010111100011101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,196,94); }

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

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

 a { background-color: rgb(33,196,94); }

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

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

 span { border-color: rgb(33,196,94); }

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