Html Css Color HEX #4EDD85 Emerald

📋 copy color: '#4EDD85'

red 78 ◦ green 221 ◦ blue 133

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

Shades of Emerald #4EDD85

Tints of Emerald #4EDD85

RGB

 RED value IS 78 (30.86% from 255) = 18.06%

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

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

R = 18.06%
G = 51.16%
B = 30.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#4EDD85 (or 0x4EDD85) is known color: Emerald. HEX triplet: 4E, DD and 85. RGB value is (78,221,133). Sum of RGB (Red+Green+Blue) = 78+221+133=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDD85 is #B1227A. Grayscale: #A8A8A8. Windows color (decimal): -11608699 or 8772942. OLE color: 8772942.

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

Color convert

RGB 78 221 133 -
CMYK 0.65 0 0.40 0.13
HSL 143.08º 0.68% 0.59% -
HSV(B) 143.08º 0.65% 0.87% -
XYZ 33.23 55.03 31.06 -
YUV 168.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 78 221 133 0.65 0 0.40 0.13 143.08 0.68 0.59
Hex 4E DD 85 41 0 28 D 8F 44 3B
Octal 116 335 205 101 0 50 15 217 104 73
Binary 1001110 11011101 10000101 1000001 0 101000 1101 10001111 1000100 111011

Color Harmonies of #4EDD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDD85

Black with #4EDD85

Text Example


Text Example

White with #4EDD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,221,133); }

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

background-color css

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

 a { background-color: rgb(78,221,133); }

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

border-color css

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

 span { border-color: rgb(78,221,133); }

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