#4DC75F

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

Shades of Emerald #4DC75F

Tints of Emerald #4DC75F

Color information

#4DC75F (or 0x4DC75F) is unknown color: approx Emerald. HEX triplet: 4D, C7 and 5F. RGB value is (77,199,95). Sum of RGB (Red+Green+Blue) = 77+199+95=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC75F is #B238A0. Grayscale: #969696. Windows color (decimal): -11679905 or 6276941. OLE color: 6276941.

HSL color Cylindrical-coordinate representation of color #4DC75F: hue angle of 128.85º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC75F is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB7719995-
CMYK0.6100.520.22
HSL128.85º52.14%54.12%-
HSV(B)128.85º61.31%78.04%-
XYZ25.5543.2517.83-
YUV150.6796.5875.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 199 (78.12% from 255) = 53.64%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=20.75%
G=53.64%
B=25.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77199950.6100.520.22128.8552.1454.12
Hex4DC75F3D03416813436
Octal11530713775064262016466
Binary100110111000111101111111110101101001011010000001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,199,95); }

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

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

 a { background-color: rgb(77,199,95); }

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

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

 span { border-color: rgb(77,199,95); }

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