Html Css Color HEX #4AC985 Emerald

📋 copy color: '#4AC985'

red 74 ◦ green 201 ◦ blue 133

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

Shades of Emerald #4AC985

Tints of Emerald #4AC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.26%

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

R = 18.14%
G = 49.26%
B = 32.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#4AC985 (or 0x4AC985) is known color: Emerald. HEX triplet: 4A, C9 and 85. RGB value is (74,201,133). Sum of RGB (Red+Green+Blue) = 74+201+133=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC985 is #B5367A. Grayscale: #9B9B9B. Windows color (decimal): -11875963 or 8767818. OLE color: 8767818.

HSL color Cylindrical-coordinate representation of color #4AC985: hue angle of 147.87º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC985 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 201 133 -
CMYK 0.63 0 0.34 0.21
HSL 147.87º 0.54% 0.54% -
HSV(B) 147.87º 0.63% 0.79% -
XYZ 27.94 44.92 29.39 -
YUV 155.28 115.42 70.03 -
System Red Green Blue C M Y K H S L
Decimal 74 201 133 0.63 0 0.34 0.21 147.87 0.54 0.54
Hex 4A C9 85 3F 0 22 15 94 36 36
Octal 112 311 205 77 0 42 25 224 66 66
Binary 1001010 11001001 10000101 111111 0 100010 10101 10010100 110110 110110

Color Harmonies of #4AC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC985

Black with #4AC985

Text Example


Text Example

White with #4AC985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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