#41CB95

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

Shades of Shamrock #41CB95

Tints of Shamrock #41CB95

Color information

#41CB95 (or 0x41CB95) is unknown color: approx Shamrock. HEX triplet: 41, CB and 95. RGB value is (65,203,149). Sum of RGB (Red+Green+Blue) = 65+203+149=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CB95 is #BE346A. Grayscale: #9B9B9B. Windows color (decimal): -12465259 or 9816897. OLE color: 9816897.

HSL color Cylindrical-coordinate representation of color #41CB95: hue angle of 156.52º 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 #41CB95 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB65203149-
CMYK0.6800.270.20
HSL156.52º57.02%52.55%-
HSV(B)156.52º67.98%79.61%-
XYZ28.9646.0135.79-
YUV155.58124.2863.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.59%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=15.59%
G=48.68%
B=35.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal652031490.6800.270.20156.5257.0252.55
Hex41CB954401B149d3935
Octal101313225104033242357165
Binary1000001110010111001010110001000110111010010011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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