#41D96B

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

Shades of Emerald #41D96B

Tints of Emerald #41D96B

Color information

#41D96B (or 0x41D96B) is unknown color: approx Emerald. HEX triplet: 41, D9 and 6B. RGB value is (65,217,107). Sum of RGB (Red+Green+Blue) = 65+217+107=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #41D96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D96B is #BE2694. Grayscale: #9F9F9F. Windows color (decimal): -12461717 or 7067969. OLE color: 7067969.

HSL color Cylindrical-coordinate representation of color #41D96B: hue angle of 136.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D96B is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB65217107-
CMYK0.7000.510.15
HSL136.58º66.67%55.29%-
HSV(B)136.58º70.05%85.1%-
XYZ29.6551.8122.35-
YUV159.0198.6460.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 217 (85.16% from 255) = 55.78%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=16.71%
G=55.78%
B=27.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal652171070.7000.510.15136.5866.6755.29
Hex41D96B46033F894337
Octal1013311531060631721110367
Binary1000001110110011101011100011001100111111100010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,217,107); }

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

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

 a { background-color: rgb(65,217,107); }

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

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

 span { border-color: rgb(65,217,107); }

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