#4BD49C

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

Shades of Shamrock #4BD49C

Tints of Shamrock #4BD49C

Color information

#4BD49C (or 0x4BD49C) is unknown color: approx Shamrock. HEX triplet: 4B, D4 and 9C. RGB value is (75,212,156). Sum of RGB (Red+Green+Blue) = 75+212+156=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD49C is #B42B63. Grayscale: #A4A4A4. Windows color (decimal): -11807588 or 10277963. OLE color: 10277963.

HSL color Cylindrical-coordinate representation of color #4BD49C: hue angle of 155.47º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD49C is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB75212156-
CMYK0.6500.260.17
HSL155.47º61.43%56.27%-
HSV(B)155.47º64.62%83.14%-
XYZ32.4550.9839.58-
YUV164.65123.1164.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.93%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=16.93%
G=47.86%
B=35.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752121560.6500.260.17155.4761.4356.27
Hex4BD49C4101A119b3d38
Octal113324234101032212337570
Binary1001011110101001001110010000010110101000110011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,212,156); }

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

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

 a { background-color: rgb(75,212,156); }

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

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

 span { border-color: rgb(75,212,156); }

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