Html Css Color HEX #4ACD78 Emerald

📋 copy color: '#4ACD78'

red 74 ◦ green 205 ◦ blue 120

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

Shades of Emerald #4ACD78

Tints of Emerald #4ACD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 18.55%
G = 51.38%
B = 30.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#4ACD78 (or 0x4ACD78) is known color: Emerald. HEX triplet: 4A, CD and 78. RGB value is (74,205,120). Sum of RGB (Red+Green+Blue) = 74+205+120=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD78 is #B53287. Grayscale: #9C9C9C. Windows color (decimal): -11874952 or 7916874. OLE color: 7916874.

HSL color Cylindrical-coordinate representation of color #4ACD78: hue angle of 141.07º 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 #4ACD78 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 120 -
CMYK 0.64 0 0.41 0.20
HSL 141.07º 0.57% 0.55% -
HSV(B) 141.07º 0.64% 0.8% -
XYZ 28.05 46.47 25.26 -
YUV 156.14 107.6 69.41 -
System Red Green Blue C M Y K H S L
Decimal 74 205 120 0.64 0 0.41 0.20 141.07 0.57 0.55
Hex 4A CD 78 40 0 29 14 8D 39 37
Octal 112 315 170 100 0 51 24 215 71 67
Binary 1001010 11001101 1111000 1000000 0 101001 10100 10001101 111001 110111

Color Harmonies of #4ACD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD78

Black with #4ACD78

Text Example


Text Example

White with #4ACD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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