Html Css Color HEX #2ADA75 Emerald

📋 copy color: '#2ADA75'

red 42 ◦ green 218 ◦ blue 117

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

Shades of Emerald #2ADA75

Tints of Emerald #2ADA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.82%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 11.14%
G = 57.82%
B = 31.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#2ADA75 (or 0x2ADA75) is known color: Emerald. HEX triplet: 2A, DA and 75. RGB value is (42,218,117). Sum of RGB (Red+Green+Blue) = 42+218+117=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA75 is #D5258A. Grayscale: #9A9A9A. Windows color (decimal): -13968779 or 7723562. OLE color: 7723562.

HSL color Cylindrical-coordinate representation of color #2ADA75: hue angle of 145.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA75 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 117 -
CMYK 0.81 0 0.46 0.15
HSL 145.57º 0.7% 0.51% -
HSV(B) 145.57º 0.81% 0.85% -
XYZ 29.24 51.92 25.31 -
YUV 153.86 107.19 48.21 -
System Red Green Blue C M Y K H S L
Decimal 42 218 117 0.81 0 0.46 0.15 145.57 0.7 0.51
Hex 2A DA 75 51 0 2E F 92 46 33
Octal 52 332 165 121 0 56 17 222 106 63
Binary 101010 11011010 1110101 1010001 0 101110 1111 10010010 1000110 110011

Color Harmonies of #2ADA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA75

Black with #2ADA75

Text Example


Text Example

White with #2ADA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,117); }

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

background-color css

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

 a { background-color: rgb(42,218,117); }

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

border-color css

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

 span { border-color: rgb(42,218,117); }

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