Html Css Color HEX #2ADD5B Malachite

📋 copy color: '#2ADD5B'

red 42 ◦ green 221 ◦ blue 91

#2ADD5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2ADD5B

Tints of Malachite #2ADD5B

RGB

 RED value IS 42 (16.8% from 255) = 11.86%

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 11.86%
G = 62.43%
B = 25.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#2ADD5B (or 0x2ADD5B) is known color: Malachite. HEX triplet: 2A, DD and 5B. RGB value is (42,221,91). Sum of RGB (Red+Green+Blue) = 42+221+91=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD5B is #D522A4. Grayscale: #989898. Windows color (decimal): -13968037 or 6020394. OLE color: 6020394.

HSL color Cylindrical-coordinate representation of color #2ADD5B: hue angle of 136.42º degrees, saturation: 0.72, 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 #2ADD5B is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 91 -
CMYK 0.81 0 0.59 0.13
HSL 136.42º 0.72% 0.52% -
HSV(B) 136.42º 0.81% 0.87% -
XYZ 28.7 52.96 18.61 -
YUV 152.66 93.2 49.07 -
System Red Green Blue C M Y K H S L
Decimal 42 221 91 0.81 0 0.59 0.13 136.42 0.72 0.52
Hex 2A DD 5B 51 0 3B D 88 48 34
Octal 52 335 133 121 0 73 15 210 110 64
Binary 101010 11011101 1011011 1010001 0 111011 1101 10001000 1001000 110100

Color Harmonies of #2ADD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD5B

Black with #2ADD5B

Text Example


Text Example

White with #2ADD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,91); }

 H1.HeaderClassName
 {
   color: #2ADD5B;
 }
 .AnyTagClassName
 {
   color: #2ADD5B;
 }
</style>

background-color css

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

 a { background-color: rgb(42,221,91); }

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

border-color css

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

 span { border-color: rgb(42,221,91); }

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