#41CA71

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

Shades of Emerald #41CA71

Tints of Emerald #41CA71

Color information

#41CA71 (or 0x41CA71) is unknown color: approx Emerald. HEX triplet: 41, CA and 71. RGB value is (65,202,113). Sum of RGB (Red+Green+Blue) = 65+202+113=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA71 is #BE358E. Grayscale: #979797. Windows color (decimal): -12465551 or 7457345. OLE color: 7457345.

HSL color Cylindrical-coordinate representation of color #41CA71: hue angle of 141.02º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA71 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB65202113-
CMYK0.6800.440.21
HSL141.02º56.38%52.35%-
HSV(B)141.02º67.82%79.22%-
XYZ26.2844.5622.84-
YUV150.89106.6166.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=17.11%
G=53.16%
B=29.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal652021130.6800.440.21141.0256.3852.35
Hex41CA714402C158d3834
Octal101312161104054252157064
Binary1000001110010101110001100010001011001010110001101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,202,113); }

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

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

 a { background-color: rgb(65,202,113); }

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

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

 span { border-color: rgb(65,202,113); }

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