#2BD456

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

Shades of Malachite #2BD456

Tints of Malachite #2BD456

Color information

#2BD456 (or 0x2BD456) is unknown color: approx Malachite. HEX triplet: 2B, D4 and 56. RGB value is (43,212,86). Sum of RGB (Red+Green+Blue) = 43+212+86=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD456 is #D42BA9. Grayscale: #939393. Windows color (decimal): -13904810 or 5690411. OLE color: 5690411.

HSL color Cylindrical-coordinate representation of color #2BD456: hue angle of 135.27º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD456 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB4321286-
CMYK0.8000.590.17
HSL135.27º66.27%50%-
HSV(B)135.27º79.72%83.14%-
XYZ26.2248.2716.74-
YUV147.193.5153.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.61%
GREEN value IS 212 (83.20% from 255) = 62.17%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=12.61%
G=62.17%
B=25.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43212860.8000.590.17135.2766.2750
Hex2BD4565003B11874232
Octal533241261200732120710262
Binary1010111101010010101101010000011101110001100001111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,212,86); }

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

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

 a { background-color: rgb(43,212,86); }

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

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

 span { border-color: rgb(43,212,86); }

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