#21D558

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

Shades of Malachite #21D558

Tints of Malachite #21D558

Color information

#21D558 (or 0x21D558) is unknown color: approx Malachite. HEX triplet: 21, D5 and 58. RGB value is (33,213,88). Sum of RGB (Red+Green+Blue) = 33+213+88=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #21D558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D558 is #DE2AA7. Grayscale: #919191. Windows color (decimal): -14559912 or 5821729. OLE color: 5821729.

HSL color Cylindrical-coordinate representation of color #21D558: hue angle of 138.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D558 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB3321388-
CMYK0.8500.590.16
HSL138.33º73.17%48.24%-
HSV(B)138.33º84.51%83.53%-
XYZ26.1848.6217.24-
YUV144.9395.8748.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 213 (83.59% from 255) = 63.77%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=9.88%
G=63.77%
B=26.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal33213880.8500.590.16138.3373.1748.24
Hex21D5585503B108a4930
Octal413251301250732021211160
Binary1000011101010110110001010101011101110000100010101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,213,88); }

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

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

 a { background-color: rgb(33,213,88); }

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

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

 span { border-color: rgb(33,213,88); }

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