#40BB95

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

Shades of Shamrock #40BB95

Tints of Shamrock #40BB95

Color information

#40BB95 (or 0x40BB95) is unknown color: approx Shamrock. HEX triplet: 40, BB and 95. RGB value is (64,187,149). Sum of RGB (Red+Green+Blue) = 64+187+149=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BB95 is #BF446A. Grayscale: #919191. Windows color (decimal): -12534891 or 9812800. OLE color: 9812800.

HSL color Cylindrical-coordinate representation of color #40BB95: hue angle of 161.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB95 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB64187149-
CMYK0.6600.200.27
HSL161.46º49%49.22%-
HSV(B)161.46º65.78%73.33%-
XYZ25.3138.834.59-
YUV145.89129.7569.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=16%
G=46.75%
B=37.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641871490.6600.200.27161.464949.22
Hex40BB95420141Ba13131
Octal100273225102024332416161
Binary1000000101110111001010110000100101001101110100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40BB95; }

 p { color: rgb(64,187,149); }

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

<style>
 a { background-color: #40BB95; }

 a { background-color: rgb(64,187,149); }

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

<style>
 span { border-color: #40BB95; }

 span { border-color: rgb(64,187,149); }

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