#41D086

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

Shades of Emerald #41D086

Tints of Emerald #41D086

Color information

#41D086 (or 0x41D086) is unknown color: approx Emerald. HEX triplet: 41, D0 and 86. RGB value is (65,208,134). Sum of RGB (Red+Green+Blue) = 65+208+134=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #41D086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D086 is #BE2F79. Grayscale: #9C9C9C. Windows color (decimal): -12463994 or 8835137. OLE color: 8835137.

HSL color Cylindrical-coordinate representation of color #41D086: hue angle of 148.95º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D086 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB65208134-
CMYK0.6900.360.18
HSL148.95º60.34%53.53%-
HSV(B)148.95º68.75%81.57%-
XYZ29.0447.9630.28-
YUV156.81115.1262.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=15.97%
G=51.11%
B=32.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652081340.6900.360.18148.9560.3453.53
Hex41D0864502412953c36
Octal101320206105044222257466
Binary10000011101000010000110100010101001001001010010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,134); }

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

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

 a { background-color: rgb(65,208,134); }

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

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

 span { border-color: rgb(65,208,134); }

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