#4DDD95

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

Shades of Shamrock #4DDD95

Tints of Shamrock #4DDD95

Color information

#4DDD95 (or 0x4DDD95) is unknown color: approx Shamrock. HEX triplet: 4D, DD and 95. RGB value is (77,221,149). Sum of RGB (Red+Green+Blue) = 77+221+149=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDD95 is #B2226A. Grayscale: #A9A9A9. Windows color (decimal): -11674219 or 9821517. OLE color: 9821517.

HSL color Cylindrical-coordinate representation of color #4DDD95: hue angle of 150º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDD95 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB77221149-
CMYK0.6500.330.13
HSL150º67.92%58.43%-
HSV(B)150º65.16%86.67%-
XYZ34.3455.4637.33-
YUV169.74116.2961.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.23%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=17.23%
G=49.44%
B=33.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal772211490.6500.330.1315067.9258.43
Hex4DDD9541021D96443a
Octal1153352251010411522610472
Binary10011011101110110010101100000101000011101100101101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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