Html Css Color HEX #4ADA5B Emerald

📋 copy color: '#4ADA5B'

red 74 ◦ green 218 ◦ blue 91

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

Shades of Emerald #4ADA5B

Tints of Emerald #4ADA5B

RGB

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

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

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

R = 19.32%
G = 56.92%
B = 23.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#4ADA5B (or 0x4ADA5B) is known color: Emerald. HEX triplet: 4A, DA and 5B. RGB value is (74,218,91). Sum of RGB (Red+Green+Blue) = 74+218+91=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA5B is #B525A4. Grayscale: #A0A0A0. Windows color (decimal): -11871653 or 6019658. OLE color: 6019658.

HSL color Cylindrical-coordinate representation of color #4ADA5B: hue angle of 127.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA5B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 91 -
CMYK 0.66 0 0.58 0.15
HSL 127.08º 0.66% 0.57% -
HSV(B) 127.08º 0.66% 0.85% -
XYZ 29.78 52.35 18.43 -
YUV 160.47 88.79 66.33 -
System Red Green Blue C M Y K H S L
Decimal 74 218 91 0.66 0 0.58 0.15 127.08 0.66 0.57
Hex 4A DA 5B 42 0 3A F 7F 42 39
Octal 112 332 133 102 0 72 17 177 102 71
Binary 1001010 11011010 1011011 1000010 0 111010 1111 1111111 1000010 111001

Color Harmonies of #4ADA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA5B

Black with #4ADA5B

Text Example


Text Example

White with #4ADA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,218,91); }

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

background-color css

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

 a { background-color: rgb(74,218,91); }

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

border-color css

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

 span { border-color: rgb(74,218,91); }

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