#40CC87

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

Shades of Shamrock #40CC87

Tints of Shamrock #40CC87

Color information

#40CC87 (or 0x40CC87) is unknown color: approx Shamrock. HEX triplet: 40, CC and 87. RGB value is (64,204,135). Sum of RGB (Red+Green+Blue) = 64+204+135=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CC87 is #BF3378. Grayscale: #9A9A9A. Windows color (decimal): -12530553 or 8899648. OLE color: 8899648.

HSL color Cylindrical-coordinate representation of color #40CC87: hue angle of 150.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC87 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB64204135-
CMYK0.6900.340.2
HSL150.43º57.85%52.55%-
HSV(B)150.43º68.63%80%-
XYZ28.0846.0230.33-
YUV154.27117.1263.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.88%
GREEN value IS 204 (80.08% from 255) = 50.62%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=15.88%
G=50.62%
B=33.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal642041350.6900.340.2150.4357.8552.55
Hex40CC874502214963a35
Octal100314207105042242267265
Binary10000001100110010000111100010101000101010010010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,204,135); }

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

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

 a { background-color: rgb(64,204,135); }

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

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

 span { border-color: rgb(64,204,135); }

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