Html Css Color HEX #4DC270 Emerald

📋 copy color: '#4DC270'

red 77 ◦ green 194 ◦ blue 112

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

Shades of Emerald #4DC270

Tints of Emerald #4DC270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 20.1%
G = 50.65%
B = 29.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#4DC270 (or 0x4DC270) is known color: Emerald. HEX triplet: 4D, C2 and 70. RGB value is (77,194,112). Sum of RGB (Red+Green+Blue) = 77+194+112=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC270 is #B23D8F. Grayscale: #959595. Windows color (decimal): -11681168 or 7389773. OLE color: 7389773.

HSL color Cylindrical-coordinate representation of color #4DC270: hue angle of 137.95º 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 #4DC270 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 194 112 -
CMYK 0.60 0 0.42 0.24
HSL 137.95º 0.49% 0.53% -
HSV(B) 137.95º 0.6% 0.76% -
XYZ 25.28 41.33 21.97 -
YUV 149.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 77 194 112 0.60 0 0.42 0.24 137.95 0.49 0.53
Hex 4D C2 70 3C 0 2A 18 8A 31 35
Octal 115 302 160 74 0 52 30 212 61 65
Binary 1001101 11000010 1110000 111100 0 101010 11000 10001010 110001 110101

Color Harmonies of #4DC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC270

Black with #4DC270

Text Example


Text Example

White with #4DC270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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