#2adf5d

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

Shades of Malachite #2ADF5D

Tints of Malachite #2ADF5D

Color information

#2ADF5D (or 0x2ADF5D) is unknown color: approx Malachite. HEX triplet: 2A, DF and 5D. RGB value is (42,223,93). Sum of RGB (Red+Green+Blue) = 42+223+93=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF5D is #D520A2. Grayscale: #9A9A9A. Windows color (decimal): -13967523 or 6151978. OLE color: 6151978.

HSL color Cylindrical-coordinate representation of color #2ADF5D: hue angle of 136.91º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF5D is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB4222393-
CMYK0.8100.580.13
HSL136.91º73.88%51.96%-
HSV(B)136.91º81.17%87.45%-
XYZ29.3254.0619.24-
YUV154.0693.5348.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 223 (87.5% from 255) = 62.29%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=11.73%
G=62.29%
B=25.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42223930.8100.580.13136.9173.8851.96
Hex2ADF5D5103AD894a34
Octal523371351210721521111264
Binary101010110111111011101101000101110101101100010011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2adf5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,223,93); }

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

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

 a { background-color: rgb(42,223,93); }

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

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

 span { border-color: rgb(42,223,93); }

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