#4AD662

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

Shades of Emerald #4AD662

Tints of Emerald #4AD662

Color information

#4AD662 (or 0x4AD662) is unknown color: approx Emerald. HEX triplet: 4A, D6 and 62. RGB value is (74,214,98). Sum of RGB (Red+Green+Blue) = 74+214+98=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD662 is #B5299D. Grayscale: #9F9F9F. Windows color (decimal): -11872670 or 6477386. OLE color: 6477386.

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

Color convert

RGB7421498-
CMYK0.6500.540.16
HSL130.29º63.06%56.47%-
HSV(B)130.29º65.42%83.92%-
XYZ29.0850.4319.76-
YUV158.9293.6267.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 214 (83.98% from 255) = 55.44%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=19.17%
G=55.44%
B=25.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74214980.6500.540.16130.2963.0656.47
Hex4AD6624103610823f38
Octal112326142101066202027770
Binary1001010110101101100010100000101101101000010000010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AD662;
 }
 .AnyTagClassName
 {
   color: #4AD662;
 }
</style>
background-color css

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

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

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

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

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

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