#21D94F

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

Shades of Malachite #21D94F

Tints of Malachite #21D94F

Color information

#21D94F (or 0x21D94F) is unknown color: approx Malachite. HEX triplet: 21, D9 and 4F. RGB value is (33,217,79). Sum of RGB (Red+Green+Blue) = 33+217+79=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #21D94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D94F is #DE26B0. Grayscale: #929292. Windows color (decimal): -14558897 or 5232929. OLE color: 5232929.

HSL color Cylindrical-coordinate representation of color #21D94F: hue angle of 135º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D94F is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB3321779-
CMYK0.8500.640.15
HSL135º73.6%49.02%-
HSV(B)135º84.79%85.1%-
XYZ26.8550.5115.73-
YUV146.2590.0447.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 217 (85.16% from 255) = 65.96%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=10.03%
G=65.96%
B=24.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33217790.8500.640.1513573.649.02
Hex21D94F55040F874a31
Octal4133111712501001720711261
Binary1000011101100110011111010101010000001111100001111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,217,79); }

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

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

 a { background-color: rgb(33,217,79); }

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

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

 span { border-color: rgb(33,217,79); }

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