#41C96F

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

Shades of Emerald #41C96F

Tints of Emerald #41C96F

Color information

#41C96F (or 0x41C96F) is unknown color: approx Emerald. HEX triplet: 41, C9 and 6F. RGB value is (65,201,111). Sum of RGB (Red+Green+Blue) = 65+201+111=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #41C96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C96F is #BE3690. Grayscale: #969696. Windows color (decimal): -12465809 or 7326017. OLE color: 7326017.

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

Color convert

RGB65201111-
CMYK0.6800.450.21
HSL140.29º55.74%52.16%-
HSV(B)140.29º67.66%78.82%-
XYZ25.9444.0422.17-
YUV150.08105.9467.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 201 (78.91% from 255) = 53.32%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=17.24%
G=53.32%
B=29.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal652011110.6800.450.21140.2955.7452.16
Hex41C96F4402D158c3834
Octal101311157104055252147064
Binary1000001110010011101111100010001011011010110001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,201,111); }

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

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

 a { background-color: rgb(65,201,111); }

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

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

 span { border-color: rgb(65,201,111); }

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