Html Css Color HEX #4AEA81 Emerald

📋 copy color: '#4AEA81'

red 74 ◦ green 234 ◦ blue 129

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

Shades of Emerald #4AEA81

Tints of Emerald #4AEA81

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.55%

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 16.93%
G = 53.55%
B = 29.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#4AEA81 (or 0x4AEA81) is known color: Emerald. HEX triplet: 4A, EA and 81. RGB value is (74,234,129). Sum of RGB (Red+Green+Blue) = 74+234+129=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEA81 is #B5157E. Grayscale: #AEAEAE. Windows color (decimal): -11867519 or 8514122. OLE color: 8514122.

HSL color Cylindrical-coordinate representation of color #4AEA81: hue angle of 140.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEA81 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 129 -
CMYK 0.68 0 0.45 0.08
HSL 140.63º 0.79% 0.6% -
HSV(B) 140.63º 0.68% 0.92% -
XYZ 36.21 61.89 30.81 -
YUV 174.19 102.49 56.54 -
System Red Green Blue C M Y K H S L
Decimal 74 234 129 0.68 0 0.45 0.08 140.63 0.79 0.6
Hex 4A EA 81 44 0 2D 8 8D 4F 3C
Octal 112 352 201 104 0 55 10 215 117 74
Binary 1001010 11101010 10000001 1000100 0 101101 1000 10001101 1001111 111100

Color Harmonies of #4AEA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEA81

Black with #4AEA81

Text Example


Text Example

White with #4AEA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,234,129); }

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

background-color css

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

 a { background-color: rgb(74,234,129); }

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

border-color css

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

 span { border-color: rgb(74,234,129); }

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