#2DD956

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

Shades of Malachite #2DD956

Tints of Malachite #2DD956

Color information

#2DD956 (or 0x2DD956) is unknown color: approx Malachite. HEX triplet: 2D, D9 and 56. RGB value is (45,217,86). Sum of RGB (Red+Green+Blue) = 45+217+86=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD956 is #D226A9. Grayscale: #969696. Windows color (decimal): -13772458 or 5691693. OLE color: 5691693.

HSL color Cylindrical-coordinate representation of color #2DD956: hue angle of 134.3º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD956 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB4521786-
CMYK0.7900.600.15
HSL134.3º69.35%51.37%-
HSV(B)134.3º79.26%85.1%-
XYZ27.5750.8617.17-
YUV150.6491.5252.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.93%
GREEN value IS 217 (85.16% from 255) = 62.36%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=12.93%
G=62.36%
B=24.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal45217860.7900.600.15134.369.3551.37
Hex2DD9564F03CF864533
Octal553311261170741720610563
Binary101101110110011010110100111101111001111100001101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,217,86); }

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

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

 a { background-color: rgb(45,217,86); }

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

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

 span { border-color: rgb(45,217,86); }

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