#21d86f

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

Shades of Malachite #21D86F

Tints of Malachite #21D86F

Color information

#21D86F (or 0x21D86F) is unknown color: approx Malachite. HEX triplet: 21, D8 and 6F. RGB value is (33,216,111). Sum of RGB (Red+Green+Blue) = 33+216+111=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #21D86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D86F is #DE2790. Grayscale: #959595. Windows color (decimal): -14559121 or 7329825. OLE color: 7329825.

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

Color convert

RGB33216111-
CMYK0.8500.490.15
HSL145.57º73.49%48.82%-
HSV(B)145.57º84.72%84.71%-
XYZ28.0550.5823.32-
YUV149.31106.3745.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.17%
GREEN value IS 216 (84.77% from 255) = 60%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=9.17%
G=60%
B=30.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal332161110.8500.490.15145.5773.4948.82
Hex21D86F55031F924931
Octal413301571250611722211161
Binary100001110110001101111101010101100011111100100101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21d86f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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