Html Css Color HEX #4DDD5F Emerald

📋 copy color: '#4DDD5F'

red 77 ◦ green 221 ◦ blue 95

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

Shades of Emerald #4DDD5F

Tints of Emerald #4DDD5F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.23%

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 19.59%
G = 56.23%
B = 24.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#4DDD5F (or 0x4DDD5F) is known color: Emerald. HEX triplet: 4D, DD and 5F. RGB value is (77,221,95). Sum of RGB (Red+Green+Blue) = 77+221+95=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDD5F is #B222A0. Grayscale: #A3A3A3. Windows color (decimal): -11674273 or 6282573. OLE color: 6282573.

HSL color Cylindrical-coordinate representation of color #4DDD5F: hue angle of 127.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDD5F is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 221 95 -
CMYK 0.65 0 0.57 0.13
HSL 127.5º 0.68% 0.58% -
HSV(B) 127.5º 0.65% 0.87% -
XYZ 30.98 54.12 19.64 -
YUV 163.58 89.29 66.25 -
System Red Green Blue C M Y K H S L
Decimal 77 221 95 0.65 0 0.57 0.13 127.5 0.68 0.58
Hex 4D DD 5F 41 0 39 D 80 44 3A
Octal 115 335 137 101 0 71 15 200 104 72
Binary 1001101 11011101 1011111 1000001 0 111001 1101 10000000 1000100 111010

Color Harmonies of #4DDD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDD5F

Black with #4DDD5F

Text Example


Text Example

White with #4DDD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,95); }

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

background-color css

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

 a { background-color: rgb(77,221,95); }

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

border-color css

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

 span { border-color: rgb(77,221,95); }

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