Html Css Color HEX #4DC375 Emerald

📋 copy color: '#4DC375'

red 77 ◦ green 195 ◦ blue 117

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

Shades of Emerald #4DC375

Tints of Emerald #4DC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

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

R = 19.79%
G = 50.13%
B = 30.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#4DC375 (or 0x4DC375) is known color: Emerald. HEX triplet: 4D, C3 and 75. RGB value is (77,195,117). Sum of RGB (Red+Green+Blue) = 77+195+117=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC375 is #B23C8A. Grayscale: #979797. Windows color (decimal): -11680907 or 7717709. OLE color: 7717709.

HSL color Cylindrical-coordinate representation of color #4DC375: hue angle of 140.34º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC375 is Cyan = 0.61, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 195 117 -
CMYK 0.61 0 0.4 0.24
HSL 140.34º 0.5% 0.53% -
HSV(B) 140.34º 0.61% 0.76% -
XYZ 25.79 41.89 23.56 -
YUV 150.83 108.91 75.34 -
System Red Green Blue C M Y K H S L
Decimal 77 195 117 0.61 0 0.4 0.24 140.34 0.5 0.53
Hex 4D C3 75 3D 0 28 18 8C 32 35
Octal 115 303 165 75 0 50 30 214 62 65
Binary 1001101 11000011 1110101 111101 0 101000 11000 10001100 110010 110101

Color Harmonies of #4DC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC375

Black with #4DC375

Text Example


Text Example

White with #4DC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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