#4AD35D

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

Shades of Emerald #4AD35D

Tints of Emerald #4AD35D

Color information

#4AD35D (or 0x4AD35D) is unknown color: approx Emerald. HEX triplet: 4A, D3 and 5D. RGB value is (74,211,93). Sum of RGB (Red+Green+Blue) = 74+211+93=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD35D is #B52CA2. Grayscale: #9C9C9C. Windows color (decimal): -11873443 or 6148938. OLE color: 6148938.

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

Color convert

RGB7421193-
CMYK0.6500.560.17
HSL128.32º60.89%55.88%-
HSV(B)128.32º64.93%82.75%-
XYZ28.0948.8318.3-
YUV156.5892.1169.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 211 (82.81% from 255) = 55.82%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=19.58%
G=55.82%
B=24.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal74211930.6500.560.17128.3260.8955.88
Hex4AD35D4103811803d38
Octal112323135101070212007570
Binary1001010110100111011101100000101110001000110000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,211,93); }

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

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

 a { background-color: rgb(74,211,93); }

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

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

 span { border-color: rgb(74,211,93); }

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