#40CC95

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

Shades of Shamrock #40CC95

Tints of Shamrock #40CC95

Color information

#40CC95 (or 0x40CC95) is unknown color: approx Shamrock. HEX triplet: 40, CC and 95. RGB value is (64,204,149). Sum of RGB (Red+Green+Blue) = 64+204+149=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CC95 is #BF336A. Grayscale: #9B9B9B. Windows color (decimal): -12530539 or 9817152. OLE color: 9817152.

HSL color Cylindrical-coordinate representation of color #40CC95: hue angle of 156.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 #40CC95 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB64204149-
CMYK0.6900.270.2
HSL156.43º57.85%52.55%-
HSV(B)156.43º68.63%80%-
XYZ29.1346.4535.86-
YUV155.87124.1262.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=15.35%
G=48.92%
B=35.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal642041490.6900.270.2156.4357.8552.55
Hex40CC954501B149c3a35
Octal100314225105033242347265
Binary1000000110011001001010110001010110111010010011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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