Html Css Color HEX #4DD074 Emerald

📋 copy color: '#4DD074'

red 77 ◦ green 208 ◦ blue 116

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

Shades of Emerald #4DD074

Tints of Emerald #4DD074

RGB

 RED value IS 77 (30.47% from 255) = 19.2%

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

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

R = 19.2%
G = 51.87%
B = 28.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#4DD074 (or 0x4DD074) is known color: Emerald. HEX triplet: 4D, D0 and 74. RGB value is (77,208,116). Sum of RGB (Red+Green+Blue) = 77+208+116=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD074 is #B22F8B. Grayscale: #9E9E9E. Windows color (decimal): -11677580 or 7655501. OLE color: 7655501.

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

Color convert

RGB 77 208 116 -
CMYK 0.63 0 0.44 0.18
HSL 137.86º 0.58% 0.56% -
HSV(B) 137.86º 0.63% 0.82% -
XYZ 28.77 47.95 24.26 -
YUV 158.34 104.1 69.98 -
System Red Green Blue C M Y K H S L
Decimal 77 208 116 0.63 0 0.44 0.18 137.86 0.58 0.56
Hex 4D D0 74 3F 0 2C 12 8A 3A 38
Octal 115 320 164 77 0 54 22 212 72 70
Binary 1001101 11010000 1110100 111111 0 101100 10010 10001010 111010 111000

Color Harmonies of #4DD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD074

Black with #4DD074

Text Example


Text Example

White with #4DD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,208,116); }

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

background-color css

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

 a { background-color: rgb(77,208,116); }

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

border-color css

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

 span { border-color: rgb(77,208,116); }

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