#2CD554

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

Shades of Malachite #2CD554

Tints of Malachite #2CD554

Color information

#2CD554 (or 0x2CD554) is unknown color: approx Malachite. HEX triplet: 2C, D5 and 54. RGB value is (44,213,84). Sum of RGB (Red+Green+Blue) = 44+213+84=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD554 is #D32AAB. Grayscale: #949494. Windows color (decimal): -13839020 or 5559596. OLE color: 5559596.

HSL color Cylindrical-coordinate representation of color #2CD554: hue angle of 134.2º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD554 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB4421384-
CMYK0.7900.610.16
HSL134.2º66.8%50.39%-
HSV(B)134.2º79.34%83.53%-
XYZ26.4348.7616.41-
YUV147.7692.0153.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.90%
GREEN value IS 213 (83.59% from 255) = 62.46%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=12.90%
G=62.46%
B=24.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44213840.7900.610.16134.266.850.39
Hex2CD5544F03D10864332
Octal543251241170752020610362
Binary1011001101010110101001001111011110110000100001101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CD554; }

 p { color: rgb(44,213,84); }

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

<style>
 a { background-color: #2CD554; }

 a { background-color: rgb(44,213,84); }

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

<style>
 span { border-color: #2CD554; }

 span { border-color: rgb(44,213,84); }

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