Html Css Color HEX #4AD485 Emerald

📋 copy color: '#4AD485'

red 74 ◦ green 212 ◦ blue 133

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

Shades of Emerald #4AD485

Tints of Emerald #4AD485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.6%

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 17.66%
G = 50.6%
B = 31.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#4AD485 (or 0x4AD485) is known color: Emerald. HEX triplet: 4A, D4 and 85. RGB value is (74,212,133). Sum of RGB (Red+Green+Blue) = 74+212+133=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD485 is #B52B7A. Grayscale: #A1A1A1. Windows color (decimal): -11873147 or 8770634. OLE color: 8770634.

HSL color Cylindrical-coordinate representation of color #4AD485: hue angle of 145.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD485 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 212 133 -
CMYK 0.65 0 0.37 0.17
HSL 145.65º 0.62% 0.56% -
HSV(B) 145.65º 0.65% 0.83% -
XYZ 30.6 50.24 30.27 -
YUV 161.73 111.78 65.42 -
System Red Green Blue C M Y K H S L
Decimal 74 212 133 0.65 0 0.37 0.17 145.65 0.62 0.56
Hex 4A D4 85 41 0 25 11 92 3E 38
Octal 112 324 205 101 0 45 21 222 76 70
Binary 1001010 11010100 10000101 1000001 0 100101 10001 10010010 111110 111000

Color Harmonies of #4AD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD485

Black with #4AD485

Text Example


Text Example

White with #4AD485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,212,133); }

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

background-color css

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

 a { background-color: rgb(74,212,133); }

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

border-color css

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

 span { border-color: rgb(74,212,133); }

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