#21D852

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

Shades of Malachite #21D852

Tints of Malachite #21D852

Color information

#21D852 (or 0x21D852) is unknown color: approx Malachite. HEX triplet: 21, D8 and 52. RGB value is (33,216,82). Sum of RGB (Red+Green+Blue) = 33+216+82=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #21D852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D852 is #DE27AD. Grayscale: #929292. Windows color (decimal): -14559150 or 5429281. OLE color: 5429281.

HSL color Cylindrical-coordinate representation of color #21D852: hue angle of 136.07º degrees, saturation: 0.73, 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 #21D852 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB3321682-
CMYK0.8500.620.15
HSL136.07º73.49%48.82%-
HSV(B)136.07º84.72%84.71%-
XYZ26.7150.0416.23-
YUV146.0191.8747.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 216 (84.77% from 255) = 65.26%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=9.97%
G=65.26%
B=24.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33216820.8500.620.15136.0773.4948.82
Hex21D8525503EF884931
Octal413301221250761721011161
Binary100001110110001010010101010101111101111100010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,216,82); }

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

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

 a { background-color: rgb(33,216,82); }

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

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

 span { border-color: rgb(33,216,82); }

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