Html Css Color HEX #2ADF6B Malachite

📋 copy color: '#2ADF6B'

red 42 ◦ green 223 ◦ blue 107

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

Shades of Malachite #2ADF6B

Tints of Malachite #2ADF6B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.95%

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 11.29%
G = 59.95%
B = 28.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#2ADF6B (or 0x2ADF6B) is known color: Malachite. HEX triplet: 2A, DF and 6B. RGB value is (42,223,107). Sum of RGB (Red+Green+Blue) = 42+223+107=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF6B is #D52094. Grayscale: #9B9B9B. Windows color (decimal): -13967509 or 7069482. OLE color: 7069482.

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

Color convert

RGB 42 223 107 -
CMYK 0.81 0 0.52 0.13
HSL 141.55º 0.74% 0.52% -
HSV(B) 141.55º 0.81% 0.87% -
XYZ 30 54.33 22.82 -
YUV 155.66 100.53 46.93 -
System Red Green Blue C M Y K H S L
Decimal 42 223 107 0.81 0 0.52 0.13 141.55 0.74 0.52
Hex 2A DF 6B 51 0 34 D 8E 4A 34
Octal 52 337 153 121 0 64 15 216 112 64
Binary 101010 11011111 1101011 1010001 0 110100 1101 10001110 1001010 110100

Color Harmonies of #2ADF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF6B

Black with #2ADF6B

Text Example


Text Example

White with #2ADF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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