#21CC53

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

Shades of Malachite #21CC53

Tints of Malachite #21CC53

Color information

#21CC53 (or 0x21CC53) is unknown color: approx Malachite. HEX triplet: 21, CC and 53. RGB value is (33,204,83). Sum of RGB (Red+Green+Blue) = 33+204+83=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC53 is #DE33AC. Grayscale: #8B8B8B. Windows color (decimal): -14562221 or 5491745. OLE color: 5491745.

HSL color Cylindrical-coordinate representation of color #21CC53: hue angle of 137.54º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC53 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB3320483-
CMYK0.8400.590.2
HSL137.54º72.15%46.47%-
HSV(B)137.54º83.82%80%-
XYZ23.7844.1315.45-
YUV139.0896.3552.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.31%
GREEN value IS 204 (80.08% from 255) = 63.75%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=10.31%
G=63.75%
B=25.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33204830.8400.590.2137.5472.1546.47
Hex21CC535403B148a482e
Octal413141231240732421211056
Binary1000011100110010100111010100011101110100100010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,204,83); }

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

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

 a { background-color: rgb(33,204,83); }

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

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

 span { border-color: rgb(33,204,83); }

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