Html Css Color HEX #4DD064 Emerald

📋 copy color: '#4DD064'

red 77 ◦ green 208 ◦ blue 100

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

Shades of Emerald #4DD064

Tints of Emerald #4DD064

RGB

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

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

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

R = 20%
G = 54.03%
B = 25.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#4DD064 (or 0x4DD064) is known color: Emerald. HEX triplet: 4D, D0 and 64. RGB value is (77,208,100). Sum of RGB (Red+Green+Blue) = 77+208+100=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD064 is #B22F9B. Grayscale: #9C9C9C. Windows color (decimal): -11677596 or 6606925. OLE color: 6606925.

HSL color Cylindrical-coordinate representation of color #4DD064: hue angle of 130.53º 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 #4DD064 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 100 -
CMYK 0.63 0 0.52 0.18
HSL 130.53º 0.58% 0.56% -
HSV(B) 130.53º 0.63% 0.82% -
XYZ 27.92 47.61 19.77 -
YUV 156.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 77 208 100 0.63 0 0.52 0.18 130.53 0.58 0.56
Hex 4D D0 64 3F 0 34 12 83 3A 38
Octal 115 320 144 77 0 64 22 203 72 70
Binary 1001101 11010000 1100100 111111 0 110100 10010 10000011 111010 111000

Color Harmonies of #4DD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD064

Black with #4DD064

Text Example


Text Example

White with #4DD064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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