#41D366

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

Shades of Emerald #41D366

Tints of Emerald #41D366

Color information

#41D366 (or 0x41D366) is unknown color: approx Emerald. HEX triplet: 41, D3 and 66. RGB value is (65,211,102). Sum of RGB (Red+Green+Blue) = 65+211+102=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #41D366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D366 is #BE2C99. Grayscale: #9B9B9B. Windows color (decimal): -12463258 or 6738753. OLE color: 6738753.

HSL color Cylindrical-coordinate representation of color #41D366: hue angle of 135.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D366 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB65211102-
CMYK0.6900.520.17
HSL135.21º62.39%54.12%-
HSV(B)135.21º69.19%82.75%-
XYZ27.8748.6720.5-
YUV154.9298.1363.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 211 (82.81% from 255) = 55.82%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=17.20%
G=55.82%
B=26.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652111020.6900.520.17135.2162.3954.12
Hex41D3664503411873e36
Octal101323146105064212077666
Binary1000001110100111100110100010101101001000110000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,211,102); }

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

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

 a { background-color: rgb(65,211,102); }

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

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

 span { border-color: rgb(65,211,102); }

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