#2DFB56

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

Shades of Malachite #2DFB56

Tints of Malachite #2DFB56

Color information

#2DFB56 (or 0x2DFB56) is unknown color: approx Malachite. HEX triplet: 2D, FB and 56. RGB value is (45,251,86). Sum of RGB (Red+Green+Blue) = 45+251+86=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 251 (98.44% from 255 or 65.71% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB56 is #D204A9. Grayscale: #ABABAB. Windows color (decimal): -13763754 or 5700397. OLE color: 5700397.

HSL color Cylindrical-coordinate representation of color #2DFB56: hue angle of 131.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB56 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB4525186-
CMYK0.8200.660.02
HSL131.94º96.26%58.04%-
HSV(B)131.94º82.07%98.43%-
XYZ37.2670.2220.39-
YUV170.680.2538.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.78%
GREEN value IS 251 (98.44% from 255) = 65.71%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=11.78%
G=65.71%
B=22.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal45251860.8200.660.02131.9496.2658.04
Hex2DFB5652042284603a
Octal553731261220102220414072
Binary10110111111011101011010100100100001010100001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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