#4DD995

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

Shades of Shamrock #4DD995

Tints of Shamrock #4DD995

Color information

#4DD995 (or 0x4DD995) is unknown color: approx Shamrock. HEX triplet: 4D, D9 and 95. RGB value is (77,217,149). Sum of RGB (Red+Green+Blue) = 77+217+149=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD995 is #B2266A. Grayscale: #A7A7A7. Windows color (decimal): -11675243 or 9820493. OLE color: 9820493.

HSL color Cylindrical-coordinate representation of color #4DD995: hue angle of 150.86º 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 #4DD995 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB77217149-
CMYK0.6500.310.15
HSL150.86º64.81%57.65%-
HSV(B)150.86º64.52%85.1%-
XYZ33.353.3736.98-
YUV167.39117.6263.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.38%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=17.38%
G=48.98%
B=33.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772171490.6500.310.15150.8664.8157.65
Hex4DD9954101FF97413a
Octal1153312251010371722710172
Binary1001101110110011001010110000010111111111100101111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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