#21FF5D

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

Shades of Malachite #21FF5D

Tints of Malachite #21FF5D

Color information

#21FF5D (or 0x21FF5D) is unknown color: approx Malachite. HEX triplet: 21, FF and 5D. RGB value is (33,255,93). Sum of RGB (Red+Green+Blue) = 33+255+93=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FF5D is #DE00A2. Grayscale: #AAAAAA. Windows color (decimal): -14549155 or 6160161. OLE color: 6160161.

HSL color Cylindrical-coordinate representation of color #21FF5D: hue angle of 136.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF5D is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB3325593-
CMYK0.8700.640
HSL136.22º100%56.47%-
HSV(B)136.22º87.06%100%-
XYZ38.3672.6322.35-
YUV170.1584.4530.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.66%
GREEN value IS 255 (100% from 255) = 66.93%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=8.66%
G=66.93%
B=24.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33255930.8700.640136.2210056.47
Hex21FF5D570400886438
Octal413771351270100021014470
Binary1000011111111110111011010111010000000100010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,255,93); }

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

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

 a { background-color: rgb(33,255,93); }

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

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

 span { border-color: rgb(33,255,93); }

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