Html Css Color HEX #4DD885 Emerald

📋 copy color: '#4DD885'

red 77 ◦ green 216 ◦ blue 133

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

Shades of Emerald #4DD885

Tints of Emerald #4DD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.7%

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

R = 18.08%
G = 50.7%
B = 31.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#4DD885 (or 0x4DD885) is known color: Emerald. HEX triplet: 4D, D8 and 85. RGB value is (77,216,133). Sum of RGB (Red+Green+Blue) = 77+216+133=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD885 is #B2277A. Grayscale: #A5A5A5. Windows color (decimal): -11675515 or 8771661. OLE color: 8771661.

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

Color convert

RGB 77 216 133 -
CMYK 0.64 0 0.38 0.15
HSL 144.17º 0.64% 0.57% -
HSV(B) 144.17º 0.64% 0.85% -
XYZ 31.85 52.38 30.62 -
YUV 164.98 109.95 65.25 -
System Red Green Blue C M Y K H S L
Decimal 77 216 133 0.64 0 0.38 0.15 144.17 0.64 0.57
Hex 4D D8 85 40 0 26 F 90 40 39
Octal 115 330 205 100 0 46 17 220 100 71
Binary 1001101 11011000 10000101 1000000 0 100110 1111 10010000 1000000 111001

Color Harmonies of #4DD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD885

Black with #4DD885

Text Example


Text Example

White with #4DD885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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