#2dce56

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

Shades of Malachite #2DCE56

Tints of Malachite #2DCE56

Color information

#2DCE56 (or 0x2DCE56) is unknown color: approx Malachite. HEX triplet: 2D, CE and 56. RGB value is (45,206,86). Sum of RGB (Red+Green+Blue) = 45+206+86=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE56 is #D231A9. Grayscale: #909090. Windows color (decimal): -13775274 or 5688877. OLE color: 5688877.

HSL color Cylindrical-coordinate representation of color #2DCE56: hue angle of 135.28º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE56 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB4520686-
CMYK0.7800.580.19
HSL135.28º64.14%49.22%-
HSV(B)135.28º78.16%80.78%-
XYZ24.8345.3716.25-
YUV144.1895.1657.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.35%
GREEN value IS 206 (80.86% from 255) = 61.13%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=13.35%
G=61.13%
B=25.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45206860.7800.580.19135.2864.1449.22
Hex2DCE564E03A13874031
Octal553161261160722320710061
Binary1011011100111010101101001110011101010011100001111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dce56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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