#2CCA56

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

Shades of Malachite #2CCA56

Tints of Malachite #2CCA56

Color information

#2CCA56 (or 0x2CCA56) is unknown color: approx Malachite. HEX triplet: 2C, CA and 56. RGB value is (44,202,86). Sum of RGB (Red+Green+Blue) = 44+202+86=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCA56 is #D335A9. Grayscale: #8D8D8D. Windows color (decimal): -13841834 or 5687852. OLE color: 5687852.

HSL color Cylindrical-coordinate representation of color #2CCA56: hue angle of 135.95º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA56 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB4420286-
CMYK0.7800.570.21
HSL135.95º64.23%48.24%-
HSV(B)135.95º78.22%79.22%-
XYZ23.8443.4515.93-
YUV141.5396.6558.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 202 (79.30% from 255) = 60.84%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=13.25%
G=60.84%
B=25.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44202860.7800.570.21135.9564.2348.24
Hex2CCA564E03915884030
Octal543121261160712521010060
Binary1011001100101010101101001110011100110101100010001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,202,86); }

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

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

 a { background-color: rgb(44,202,86); }

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

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

 span { border-color: rgb(44,202,86); }

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