Html Css Color HEX #4ADA71 Emerald

📋 copy color: '#4ADA71'

red 74 ◦ green 218 ◦ blue 113

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

Shades of Emerald #4ADA71

Tints of Emerald #4ADA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 18.27%
G = 53.83%
B = 27.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#4ADA71 (or 0x4ADA71) is known color: Emerald. HEX triplet: 4A, DA and 71. RGB value is (74,218,113). Sum of RGB (Red+Green+Blue) = 74+218+113=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA71 is #B5258E. Grayscale: #A3A3A3. Windows color (decimal): -11871631 or 7461450. OLE color: 7461450.

HSL color Cylindrical-coordinate representation of color #4ADA71: hue angle of 136.25º 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 #4ADA71 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 113 -
CMYK 0.66 0 0.48 0.15
HSL 136.25º 0.66% 0.57% -
HSV(B) 136.25º 0.66% 0.85% -
XYZ 30.88 52.79 24.19 -
YUV 162.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 74 218 113 0.66 0 0.48 0.15 136.25 0.66 0.57
Hex 4A DA 71 42 0 30 F 88 42 39
Octal 112 332 161 102 0 60 17 210 102 71
Binary 1001010 11011010 1110001 1000010 0 110000 1111 10001000 1000010 111001

Color Harmonies of #4ADA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA71

Black with #4ADA71

Text Example


Text Example

White with #4ADA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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