Html Css Color HEX #4AD45E Emerald

📋 copy color: '#4AD45E'

red 74 ◦ green 212 ◦ blue 94

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

Shades of Emerald #4AD45E

Tints of Emerald #4AD45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 19.47%
G = 55.79%
B = 24.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#4AD45E (or 0x4AD45E) is known color: Emerald. HEX triplet: 4A, D4 and 5E. RGB value is (74,212,94). Sum of RGB (Red+Green+Blue) = 74+212+94=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 212 (83.20% from 255 or 55.79% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD45E is #B52BA1. Grayscale: #9D9D9D. Windows color (decimal): -11873186 or 6214730. OLE color: 6214730.

HSL color Cylindrical-coordinate representation of color #4AD45E: hue angle of 128.7º 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 #4AD45E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 212 94 -
CMYK 0.65 0 0.56 0.17
HSL 128.7º 0.62% 0.56% -
HSV(B) 128.7º 0.65% 0.83% -
XYZ 28.39 49.35 18.62 -
YUV 157.29 92.28 68.59 -
System Red Green Blue C M Y K H S L
Decimal 74 212 94 0.65 0 0.56 0.17 128.7 0.62 0.56
Hex 4A D4 5E 41 0 38 11 81 3E 38
Octal 112 324 136 101 0 70 21 201 76 70
Binary 1001010 11010100 1011110 1000001 0 111000 10001 10000001 111110 111000

Color Harmonies of #4AD45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD45E

Black with #4AD45E

Text Example


Text Example

White with #4AD45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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