#4DD75D

Color #4DD75D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4DD75D

Tints of Emerald #4DD75D

Color information

#4DD75D (or 0x4DD75D) is unknown color: approx Emerald. HEX triplet: 4D, D7 and 5D. RGB value is (77,215,93). Sum of RGB (Red+Green+Blue) = 77+215+93=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD75D is #B228A2. Grayscale: #A0A0A0. Windows color (decimal): -11675811 or 6149965. OLE color: 6149965.

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

Color convert

RGB7721593-
CMYK0.6400.570.16
HSL126.96º63.3%57.25%-
HSV(B)126.96º64.19%84.31%-
XYZ29.3450.9718.65-
YUV159.8390.2868.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20%
GREEN value IS 215 (84.38% from 255) = 55.84%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=20%
G=55.84%
B=24.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77215930.6400.570.16126.9663.357.25
Hex4DD75D40039107f3f39
Octal115327135100071201777771
Binary100110111010111101110110000000111001100001111111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,215,93); }

 H1.HeaderClassName
 {
   color: #4DD75D;
 }
 .AnyTagClassName
 {
   color: #4DD75D;
 }
</style>
background-color css

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

 a { background-color: rgb(77,215,93); }

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

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

 span { border-color: rgb(77,215,93); }

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