Html Css Color HEX #4DC275 Emerald

📋 copy color: '#4DC275'

red 77 ◦ green 194 ◦ blue 117

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

Shades of Emerald #4DC275

Tints of Emerald #4DC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50%

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 19.85%
G = 50%
B = 30.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#4DC275 (or 0x4DC275) is known color: Emerald. HEX triplet: 4D, C2 and 75. RGB value is (77,194,117). Sum of RGB (Red+Green+Blue) = 77+194+117=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC275 is #B23D8A. Grayscale: #969696. Windows color (decimal): -11681163 or 7717453. OLE color: 7717453.

HSL color Cylindrical-coordinate representation of color #4DC275: hue angle of 140.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC275 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 194 117 -
CMYK 0.60 0 0.40 0.24
HSL 140.51º 0.49% 0.53% -
HSV(B) 140.51º 0.6% 0.76% -
XYZ 25.56 41.45 23.48 -
YUV 150.24 109.24 75.76 -
System Red Green Blue C M Y K H S L
Decimal 77 194 117 0.60 0 0.40 0.24 140.51 0.49 0.53
Hex 4D C2 75 3C 0 28 18 8D 31 35
Octal 115 302 165 74 0 50 30 215 61 65
Binary 1001101 11000010 1110101 111100 0 101000 11000 10001101 110001 110101

Color Harmonies of #4DC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC275

Black with #4DC275

Text Example


Text Example

White with #4DC275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,194,117); }

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

background-color css

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

 a { background-color: rgb(77,194,117); }

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

border-color css

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

 span { border-color: rgb(77,194,117); }

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