Html Css Color HEX #4AD65A Emerald

📋 copy color: '#4AD65A'

red 74 ◦ green 214 ◦ blue 90

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

Shades of Emerald #4AD65A

Tints of Emerald #4AD65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.61%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 19.58%
G = 56.61%
B = 23.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#4AD65A (or 0x4AD65A) is known color: Emerald. HEX triplet: 4A, D6 and 5A. RGB value is (74,214,90). Sum of RGB (Red+Green+Blue) = 74+214+90=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD65A is #B529A5. Grayscale: #9E9E9E. Windows color (decimal): -11872678 or 5953098. OLE color: 5953098.

HSL color Cylindrical-coordinate representation of color #4AD65A: hue angle of 126.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD65A is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 90 -
CMYK 0.65 0 0.58 0.16
HSL 126.86º 0.63% 0.56% -
HSV(B) 126.86º 0.65% 0.84% -
XYZ 28.72 50.29 17.87 -
YUV 158 89.62 68.08 -
System Red Green Blue C M Y K H S L
Decimal 74 214 90 0.65 0 0.58 0.16 126.86 0.63 0.56
Hex 4A D6 5A 41 0 3A 10 7F 3F 38
Octal 112 326 132 101 0 72 20 177 77 70
Binary 1001010 11010110 1011010 1000001 0 111010 10000 1111111 111111 111000

Color Harmonies of #4AD65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD65A

Black with #4AD65A

Text Example


Text Example

White with #4AD65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,214,90); }

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

background-color css

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

 a { background-color: rgb(74,214,90); }

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

border-color css

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

 span { border-color: rgb(74,214,90); }

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