#4AD65A

Color #4AD65A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4AD65A

Tints of Emerald #4AD65A

Color information

#4AD65A (or 0x4AD65A) is unknown color: approx 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

RGB7421490-
CMYK0.6500.580.16
HSL126.86º63.06%56.47%-
HSV(B)126.86º65.42%83.92%-
XYZ28.7250.2917.87-
YUV15889.6268.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74214900.6500.580.16126.8663.0656.47
Hex4AD65A4103A107f3f38
Octal112326132101072201777770
Binary100101011010110101101010000010111010100001111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>