#4BD491

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

Shades of Shamrock #4BD491

Tints of Shamrock #4BD491

Color information

#4BD491 (or 0x4BD491) is unknown color: approx Shamrock. HEX triplet: 4B, D4 and 91. RGB value is (75,212,145). Sum of RGB (Red+Green+Blue) = 75+212+145=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD491 is #B42B6E. Grayscale: #A3A3A3. Windows color (decimal): -11807599 or 9557067. OLE color: 9557067.

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

Color convert

RGB75212145-
CMYK0.6500.320.17
HSL150.66º61.43%56.27%-
HSV(B)150.66º64.62%83.14%-
XYZ31.5650.6334.9-
YUV163.4117.6164.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 212 (83.20% from 255) = 49.07%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=17.36%
G=49.07%
B=33.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752121450.6500.320.17150.6661.4356.27
Hex4BD4914102011973d38
Octal113324221101040212277570
Binary10010111101010010010001100000101000001000110010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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