Html Css Color HEX #4AE085 Emerald

📋 copy color: '#4AE085'

red 74 ◦ green 224 ◦ blue 133

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

Shades of Emerald #4AE085

Tints of Emerald #4AE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

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

R = 17.17%
G = 51.97%
B = 30.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#4AE085 (or 0x4AE085) is known color: Emerald. HEX triplet: 4A, E0 and 85. RGB value is (74,224,133). Sum of RGB (Red+Green+Blue) = 74+224+133=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE085 is #B51F7A. Grayscale: #A8A8A8. Windows color (decimal): -11870075 or 8773706. OLE color: 8773706.

HSL color Cylindrical-coordinate representation of color #4AE085: hue angle of 143.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE085 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 224 133 -
CMYK 0.67 0 0.41 0.12
HSL 143.6º 0.71% 0.58% -
HSV(B) 143.6º 0.67% 0.88% -
XYZ 33.71 56.46 31.31 -
YUV 168.78 107.81 60.4 -
System Red Green Blue C M Y K H S L
Decimal 74 224 133 0.67 0 0.41 0.12 143.6 0.71 0.58
Hex 4A E0 85 43 0 29 C 90 47 3A
Octal 112 340 205 103 0 51 14 220 107 72
Binary 1001010 11100000 10000101 1000011 0 101001 1100 10010000 1000111 111010

Color Harmonies of #4AE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE085

Black with #4AE085

Text Example


Text Example

White with #4AE085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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