#41CD5B

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

Shades of Emerald #41CD5B

Tints of Emerald #41CD5B

Color information

#41CD5B (or 0x41CD5B) is unknown color: approx Emerald. HEX triplet: 41, CD and 5B. RGB value is (65,205,91). Sum of RGB (Red+Green+Blue) = 65+205+91=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CD5B is #BE32A4. Grayscale: #969696. Windows color (decimal): -12464805 or 6016321. OLE color: 6016321.

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

Color convert

RGB6520591-
CMYK0.6800.560.20
HSL131.14º58.33%52.94%-
HSV(B)131.14º68.29%80.39%-
XYZ25.945.5417.32-
YUV150.1494.6267.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 205 (80.47% from 255) = 56.79%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=18.01%
G=56.79%
B=25.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65205910.6800.560.20131.1458.3352.94
Hex41CD5B4403814833a35
Octal101315133104070242037265
Binary1000001110011011011011100010001110001010010000011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,205,91); }

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

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

 a { background-color: rgb(65,205,91); }

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

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

 span { border-color: rgb(65,205,91); }

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