Html Css Color HEX #4AD075 Emerald

📋 copy color: '#4AD075'

red 74 ◦ green 208 ◦ blue 117

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

Shades of Emerald #4AD075

Tints of Emerald #4AD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.13%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 18.55%
G = 52.13%
B = 29.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#4AD075 (or 0x4AD075) is known color: Emerald. HEX triplet: 4A, D0 and 75. RGB value is (74,208,117). Sum of RGB (Red+Green+Blue) = 74+208+117=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD075 is #B52F8A. Grayscale: #9D9D9D. Windows color (decimal): -11874187 or 7721034. OLE color: 7721034.

HSL color Cylindrical-coordinate representation of color #4AD075: hue angle of 139.25º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD075 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 117 -
CMYK 0.64 0 0.44 0.18
HSL 139.25º 0.59% 0.55% -
HSV(B) 139.25º 0.64% 0.82% -
XYZ 28.59 47.85 24.56 -
YUV 157.56 105.11 68.4 -
System Red Green Blue C M Y K H S L
Decimal 74 208 117 0.64 0 0.44 0.18 139.25 0.59 0.55
Hex 4A D0 75 40 0 2C 12 8B 3B 37
Octal 112 320 165 100 0 54 22 213 73 67
Binary 1001010 11010000 1110101 1000000 0 101100 10010 10001011 111011 110111

Color Harmonies of #4AD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD075

Black with #4AD075

Text Example


Text Example

White with #4AD075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,208,117); }

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

background-color css

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

 a { background-color: rgb(74,208,117); }

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

border-color css

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

 span { border-color: rgb(74,208,117); }

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