#21CC54

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

Shades of Malachite #21CC54

Tints of Malachite #21CC54

Color information

#21CC54 (or 0x21CC54) is unknown color: approx Malachite. HEX triplet: 21, CC and 54. RGB value is (33,204,84). Sum of RGB (Red+Green+Blue) = 33+204+84=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC54 is #DE33AB. Grayscale: #8B8B8B. Windows color (decimal): -14562220 or 5557281. OLE color: 5557281.

HSL color Cylindrical-coordinate representation of color #21CC54: hue angle of 137.89º 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 #21CC54 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB3320484-
CMYK0.8400.590.2
HSL137.89º72.15%46.47%-
HSV(B)137.89º83.82%80%-
XYZ23.8244.1515.65-
YUV139.1996.8552.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 204 (80.08% from 255) = 63.55%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=10.28%
G=63.55%
B=26.17%

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
Decimal33204840.8400.590.2137.8972.1546.47
Hex21CC545403B148a482e
Octal413141241240732421211056
Binary1000011100110010101001010100011101110100100010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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