Html Css Color HEX #2ADD65 Malachite

📋 copy color: '#2ADD65'

red 42 ◦ green 221 ◦ blue 101

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

Shades of Malachite #2ADD65

Tints of Malachite #2ADD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 11.54%
G = 60.71%
B = 27.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#2ADD65 (or 0x2ADD65) is known color: Malachite. HEX triplet: 2A, DD and 65. RGB value is (42,221,101). Sum of RGB (Red+Green+Blue) = 42+221+101=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD65 is #D5229A. Grayscale: #9A9A9A. Windows color (decimal): -13968027 or 6675754. OLE color: 6675754.

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

Color convert

RGB 42 221 101 -
CMYK 0.81 0 0.54 0.13
HSL 139.78º 0.72% 0.52% -
HSV(B) 139.78º 0.81% 0.87% -
XYZ 29.16 53.14 21.03 -
YUV 153.8 98.2 48.26 -
System Red Green Blue C M Y K H S L
Decimal 42 221 101 0.81 0 0.54 0.13 139.78 0.72 0.52
Hex 2A DD 65 51 0 36 D 8C 48 34
Octal 52 335 145 121 0 66 15 214 110 64
Binary 101010 11011101 1100101 1010001 0 110110 1101 10001100 1001000 110100

Color Harmonies of #2ADD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD65

Black with #2ADD65

Text Example


Text Example

White with #2ADD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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