#4BD7A2

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

Shades of Shamrock #4BD7A2

Tints of Shamrock #4BD7A2

Color information

#4BD7A2 (or 0x4BD7A2) is unknown color: approx Shamrock. HEX triplet: 4B, D7 and A2. RGB value is (75,215,162). Sum of RGB (Red+Green+Blue) = 75+215+162=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD7A2 is #B4285D. Grayscale: #A7A7A7. Windows color (decimal): -11806814 or 10671947. OLE color: 10671947.

HSL color Cylindrical-coordinate representation of color #4BD7A2: hue angle of 157.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD7A2 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB75215162-
CMYK0.6500.250.16
HSL157.29º63.64%56.86%-
HSV(B)157.29º65.12%84.31%-
XYZ33.7252.7142.58-
YUV167.1125.1262.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.59%
GREEN value IS 215 (84.38% from 255) = 47.57%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=16.59%
G=47.57%
B=35.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752151620.6500.250.16157.2963.6456.86
Hex4BD7A241019109d4039
Octal1133272421010312023510071
Binary10010111101011110100010100000101100110000100111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,215,162); }

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

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

 a { background-color: rgb(75,215,162); }

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

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

 span { border-color: rgb(75,215,162); }

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