#41CB8E

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

Shades of Shamrock #41CB8E

Tints of Shamrock #41CB8E

Color information

#41CB8E (or 0x41CB8E) is unknown color: approx Shamrock. HEX triplet: 41, CB and 8E. RGB value is (65,203,142). Sum of RGB (Red+Green+Blue) = 65+203+142=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CB8E is #BE3471. Grayscale: #9A9A9A. Windows color (decimal): -12465266 or 9358145. OLE color: 9358145.

HSL color Cylindrical-coordinate representation of color #41CB8E: hue angle of 153.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CB8E is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB65203142-
CMYK0.6800.300.20
HSL153.48º57.02%52.55%-
HSV(B)153.48º67.98%79.61%-
XYZ28.4245.7932.93-
YUV154.78120.7863.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=15.85%
G=49.51%
B=34.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal652031420.6800.300.20153.4857.0252.55
Hex41CB8E4401E14993935
Octal101313216104036242317165
Binary1000001110010111000111010001000111101010010011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41CB8E; }

 p { color: rgb(65,203,142); }

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

<style>
 a { background-color: #41CB8E; }

 a { background-color: rgb(65,203,142); }

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

<style>
 span { border-color: #41CB8E; }

 span { border-color: rgb(65,203,142); }

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