#21ED5C

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

Shades of Malachite #21ED5C

Tints of Malachite #21ED5C

Color information

#21ED5C (or 0x21ED5C) is unknown color: approx Malachite. HEX triplet: 21, ED and 5C. RGB value is (33,237,92). Sum of RGB (Red+Green+Blue) = 33+237+92=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21ED5C is #DE12A3. Grayscale: #9F9F9F. Windows color (decimal): -14553764 or 6090017. OLE color: 6090017.

HSL color Cylindrical-coordinate representation of color #21ED5C: hue angle of 137.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED5C is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB3323792-
CMYK0.8600.610.07
HSL137.35º85%52.94%-
HSV(B)137.35º86.08%92.94%-
XYZ32.8461.6620.3-
YUV159.4789.9137.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.12%
GREEN value IS 237 (92.97% from 255) = 65.47%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=9.12%
G=65.47%
B=25.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33237920.8600.610.07137.358552.94
Hex21ED5C5603D7895535
Octal41355134126075721112565
Binary10000111101101101110010101100111101111100010011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,237,92); }

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

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

 a { background-color: rgb(33,237,92); }

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

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

 span { border-color: rgb(33,237,92); }

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