#2CDD6C

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

Shades of Malachite #2CDD6C

Tints of Malachite #2CDD6C

Color information

#2CDD6C (or 0x2CDD6C) is unknown color: approx Malachite. HEX triplet: 2C, DD and 6C. RGB value is (44,221,108). Sum of RGB (Red+Green+Blue) = 44+221+108=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDD6C is #D32293. Grayscale: #9B9B9B. Windows color (decimal): -13836948 or 7134508. OLE color: 7134508.

HSL color Cylindrical-coordinate representation of color #2CDD6C: hue angle of 141.69º 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 #2CDD6C is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB44221108-
CMYK0.8000.510.13
HSL141.69º72.24%51.96%-
HSV(B)141.69º80.09%86.67%-
XYZ29.653.3322.92-
YUV155.2101.3648.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 221 (86.72% from 255) = 59.25%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=11.80%
G=59.25%
B=28.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442211080.8000.510.13141.6972.2451.96
Hex2CDD6C50033D8e4834
Octal543351541200631521611064
Binary101100110111011101100101000001100111101100011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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