Html Css Color HEX #4DD585 Emerald

📋 copy color: '#4DD585'

red 77 ◦ green 213 ◦ blue 133

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

Shades of Emerald #4DD585

Tints of Emerald #4DD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 18.2%
G = 50.35%
B = 31.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#4DD585 (or 0x4DD585) is known color: Emerald. HEX triplet: 4D, D5 and 85. RGB value is (77,213,133). Sum of RGB (Red+Green+Blue) = 77+213+133=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD585 is #B22A7A. Grayscale: #A3A3A3. Windows color (decimal): -11676283 or 8770893. OLE color: 8770893.

HSL color Cylindrical-coordinate representation of color #4DD585: hue angle of 144.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD585 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 213 133 -
CMYK 0.64 0 0.38 0.16
HSL 144.71º 0.62% 0.57% -
HSV(B) 144.71º 0.64% 0.84% -
XYZ 31.09 50.86 30.37 -
YUV 163.22 110.94 66.5 -
System Red Green Blue C M Y K H S L
Decimal 77 213 133 0.64 0 0.38 0.16 144.71 0.62 0.57
Hex 4D D5 85 40 0 26 10 91 3E 39
Octal 115 325 205 100 0 46 20 221 76 71
Binary 1001101 11010101 10000101 1000000 0 100110 10000 10010001 111110 111001

Color Harmonies of #4DD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD585

Black with #4DD585

Text Example


Text Example

White with #4DD585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,213,133); }

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

background-color css

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

 a { background-color: rgb(77,213,133); }

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

border-color css

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

 span { border-color: rgb(77,213,133); }

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