#2CDD6A

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

Shades of Malachite #2CDD6A

Tints of Malachite #2CDD6A

Color information

#2CDD6A (or 0x2CDD6A) is unknown color: approx Malachite. HEX triplet: 2C, DD and 6A. RGB value is (44,221,106). Sum of RGB (Red+Green+Blue) = 44+221+106=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDD6A is #D32295. Grayscale: #9B9B9B. Windows color (decimal): -13836950 or 7003436. OLE color: 7003436.

HSL color Cylindrical-coordinate representation of color #2CDD6A: hue angle of 141.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDD6A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB44221106-
CMYK0.8000.520.13
HSL141.02º72.24%51.96%-
HSV(B)141.02º80.09%86.67%-
XYZ29.553.2922.37-
YUV154.97100.3648.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.86%
GREEN value IS 221 (86.72% from 255) = 59.57%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=11.86%
G=59.57%
B=28.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442211060.8000.520.13141.0272.2451.96
Hex2CDD6A50034D8d4834
Octal543351521200641521511064
Binary101100110111011101010101000001101001101100011011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,221,106); }

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

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

 a { background-color: rgb(44,221,106); }

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

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

 span { border-color: rgb(44,221,106); }

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