#2CD662

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

Shades of Malachite #2CD662

Tints of Malachite #2CD662

Color information

#2CD662 (or 0x2CD662) is unknown color: approx Malachite. HEX triplet: 2C, D6 and 62. RGB value is (44,214,98). Sum of RGB (Red+Green+Blue) = 44+214+98=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD662 is #D3299D. Grayscale: #969696. Windows color (decimal): -13838750 or 6477356. OLE color: 6477356.

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

Color convert

RGB4421498-
CMYK0.7900.540.16
HSL139.06º67.46%50.59%-
HSV(B)139.06º79.44%83.92%-
XYZ27.2949.5119.67-
YUV149.9598.6852.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.36%
GREEN value IS 214 (83.98% from 255) = 60.11%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=12.36%
G=60.11%
B=27.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44214980.7900.540.16139.0667.4650.59
Hex2CD6624F036108b4333
Octal543261421170662021310363
Binary1011001101011011000101001111011011010000100010111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,214,98); }

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

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

 a { background-color: rgb(44,214,98); }

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

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

 span { border-color: rgb(44,214,98); }

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