Html Css Color HEX #4ACD74 Emerald

📋 copy color: '#4ACD74'

red 74 ◦ green 205 ◦ blue 116

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

Shades of Emerald #4ACD74

Tints of Emerald #4ACD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.9%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 18.73%
G = 51.9%
B = 29.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#4ACD74 (or 0x4ACD74) is known color: Emerald. HEX triplet: 4A, CD and 74. RGB value is (74,205,116). Sum of RGB (Red+Green+Blue) = 74+205+116=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD74 is #B5328B. Grayscale: #9B9B9B. Windows color (decimal): -11874956 or 7654730. OLE color: 7654730.

HSL color Cylindrical-coordinate representation of color #4ACD74: hue angle of 139.24º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD74 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 116 -
CMYK 0.64 0 0.43 0.20
HSL 139.24º 0.57% 0.55% -
HSV(B) 139.24º 0.64% 0.8% -
XYZ 27.81 46.38 24.01 -
YUV 155.69 105.6 69.74 -
System Red Green Blue C M Y K H S L
Decimal 74 205 116 0.64 0 0.43 0.20 139.24 0.57 0.55
Hex 4A CD 74 40 0 2B 14 8B 39 37
Octal 112 315 164 100 0 53 24 213 71 67
Binary 1001010 11001101 1110100 1000000 0 101011 10100 10001011 111001 110111

Color Harmonies of #4ACD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD74

Black with #4ACD74

Text Example


Text Example

White with #4ACD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,205,116); }

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

background-color css

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

 a { background-color: rgb(74,205,116); }

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

border-color css

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

 span { border-color: rgb(74,205,116); }

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