#2DD65E

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

Shades of Malachite #2DD65E

Tints of Malachite #2DD65E

Color information

#2DD65E (or 0x2DD65E) is unknown color: approx Malachite. HEX triplet: 2D, D6 and 5E. RGB value is (45,214,94). Sum of RGB (Red+Green+Blue) = 45+214+94=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD65E is #D229A1. Grayscale: #969696. Windows color (decimal): -13773218 or 6215213. OLE color: 6215213.

HSL color Cylindrical-coordinate representation of color #2DD65E: hue angle of 137.4º 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 #2DD65E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB4521494-
CMYK0.7900.560.16
HSL137.4º67.33%50.78%-
HSV(B)137.4º78.97%83.92%-
XYZ27.1549.4618.71-
YUV149.7996.5153.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 214 (83.98% from 255) = 60.62%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=12.75%
G=60.62%
B=26.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal45214940.7900.560.16137.467.3350.78
Hex2DD65E4F03810894333
Octal553261361170702021110363
Binary1011011101011010111101001111011100010000100010011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,214,94); }

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

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

 a { background-color: rgb(45,214,94); }

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

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

 span { border-color: rgb(45,214,94); }

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