#4BCA91

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

Shades of Shamrock #4BCA91

Tints of Shamrock #4BCA91

Color information

#4BCA91 (or 0x4BCA91) is unknown color: approx Shamrock. HEX triplet: 4B, CA and 91. RGB value is (75,202,145). Sum of RGB (Red+Green+Blue) = 75+202+145=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCA91 is #B4356E. Grayscale: #9D9D9D. Windows color (decimal): -11810159 or 9554507. OLE color: 9554507.

HSL color Cylindrical-coordinate representation of color #4BCA91: hue angle of 153.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA91 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB75202145-
CMYK0.6300.280.21
HSL153.07º54.51%54.31%-
HSV(B)153.07º62.87%79.22%-
XYZ29.1345.7834.09-
YUV157.53120.9269.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.77%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=17.77%
G=47.87%
B=34.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752021450.6300.280.21153.0754.5154.31
Hex4BCA913F01C15993736
Octal11331222177034252316766
Binary100101111001010100100011111110111001010110011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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