#2CD059

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

Shades of Malachite #2CD059

Tints of Malachite #2CD059

Color information

#2CD059 (or 0x2CD059) is unknown color: approx Malachite. HEX triplet: 2C, D0 and 59. RGB value is (44,208,89). Sum of RGB (Red+Green+Blue) = 44+208+89=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD059 is #D32FA6. Grayscale: #919191. Windows color (decimal): -13840295 or 5885996. OLE color: 5885996.

HSL color Cylindrical-coordinate representation of color #2CD059: hue angle of 136.46º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD059 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB4420889-
CMYK0.7900.570.18
HSL136.46º65.08%49.41%-
HSV(B)136.46º78.85%81.57%-
XYZ25.446.3717.06-
YUV145.496.1755.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.90%
GREEN value IS 208 (81.64% from 255) = 61.00%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=12.90%
G=61.00%
B=26.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44208890.7900.570.18136.4665.0849.41
Hex2CD0594F03912884131
Octal543201311170712221010161
Binary1011001101000010110011001111011100110010100010001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,208,89); }

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

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

 a { background-color: rgb(44,208,89); }

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

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

 span { border-color: rgb(44,208,89); }

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