#4dd965

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

Shades of Emerald #4DD965

Tints of Emerald #4DD965

Color information

#4DD965 (or 0x4DD965) is unknown color: approx Emerald. HEX triplet: 4D, D9 and 65. RGB value is (77,217,101). Sum of RGB (Red+Green+Blue) = 77+217+101=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD965 is #B2269A. Grayscale: #A2A2A2. Windows color (decimal): -11675291 or 6674765. OLE color: 6674765.

HSL color Cylindrical-coordinate representation of color #4DD965: hue angle of 130.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD965 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB77217101-
CMYK0.6500.530.15
HSL130.29º64.81%57.65%-
HSV(B)130.29º64.52%85.1%-
XYZ30.2252.1420.78-
YUV161.9293.6267.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 217 (85.16% from 255) = 54.94%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=19.49%
G=54.94%
B=25.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772171010.6500.530.15130.2964.8157.65
Hex4DD96541035F82413a
Octal1153311451010651720210172
Binary1001101110110011100101100000101101011111100000101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dd965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,217,101); }

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

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

 a { background-color: rgb(77,217,101); }

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

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

 span { border-color: rgb(77,217,101); }

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