Html Css Color HEX #4AD282 Emerald

📋 copy color: '#4AD282'

red 74 ◦ green 210 ◦ blue 130

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

Shades of Emerald #4AD282

Tints of Emerald #4AD282

RGB

 RED value IS 74 (29.3% from 255) = 17.87%

 GREEN value IS 210 (82.42% from 255) = 50.72%

 BLUE value IS 130 (51.17% from 255) = 31.4%

R = 17.87%
G = 50.72%
B = 31.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#4AD282 (or 0x4AD282) is known color: Emerald. HEX triplet: 4A, D2 and 82. RGB value is (74,210,130). Sum of RGB (Red+Green+Blue) = 74+210+130=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD282 is #B52D7D. Grayscale: #A0A0A0. Windows color (decimal): -11873662 or 8573514. OLE color: 8573514.

HSL color Cylindrical-coordinate representation of color #4AD282: hue angle of 144.71º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD282 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 130 -
CMYK 0.65 0 0.38 0.18
HSL 144.71º 0.6% 0.56% -
HSV(B) 144.71º 0.65% 0.82% -
XYZ 29.9 49.16 29.03 -
YUV 160.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 74 210 130 0.65 0 0.38 0.18 144.71 0.6 0.56
Hex 4A D2 82 41 0 26 12 91 3C 38
Octal 112 322 202 101 0 46 22 221 74 70
Binary 1001010 11010010 10000010 1000001 0 100110 10010 10010001 111100 111000

Color Harmonies of #4AD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD282

Black with #4AD282

Text Example


Text Example

White with #4AD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AD282; }

 p { color: rgb(74,210,130); }

 H1.HeaderClassName
 {
   color: #4AD282;
 }
 .AnyTagClassName
 {
   color: #4AD282;
 }
</style>

background-color css

<style>
 a { background-color: #4AD282; }

 a { background-color: rgb(74,210,130); }

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

border-color css

<style>
 span { border-color: #4AD282; }

 span { border-color: rgb(74,210,130); }

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