Html Css Color HEX #4DD964 Emerald

📋 copy color: '#4DD964'

red 77 ◦ green 217 ◦ blue 100

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

Shades of Emerald #4DD964

Tints of Emerald #4DD964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.08%

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 19.54%
G = 55.08%
B = 25.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#4DD964 (or 0x4DD964) is known color: Emerald. HEX triplet: 4D, D9 and 64. RGB value is (77,217,100). Sum of RGB (Red+Green+Blue) = 77+217+100=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD964 is #B2269B. Grayscale: #A2A2A2. Windows color (decimal): -11675292 or 6609229. OLE color: 6609229.

HSL color Cylindrical-coordinate representation of color #4DD964: hue angle of 129.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD964 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 217 100 -
CMYK 0.65 0 0.54 0.15
HSL 129.86º 0.65% 0.58% -
HSV(B) 129.86º 0.65% 0.85% -
XYZ 30.17 52.12 20.53 -
YUV 161.8 93.12 67.51 -
System Red Green Blue C M Y K H S L
Decimal 77 217 100 0.65 0 0.54 0.15 129.86 0.65 0.58
Hex 4D D9 64 41 0 36 F 82 41 3A
Octal 115 331 144 101 0 66 17 202 101 72
Binary 1001101 11011001 1100100 1000001 0 110110 1111 10000010 1000001 111010

Color Harmonies of #4DD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD964

Black with #4DD964

Text Example


Text Example

White with #4DD964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,217,100); }

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

background-color css

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

 a { background-color: rgb(77,217,100); }

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

border-color css

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

 span { border-color: rgb(77,217,100); }

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