#41D465

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

Shades of Emerald #41D465

Tints of Emerald #41D465

Color information

#41D465 (or 0x41D465) is unknown color: approx Emerald. HEX triplet: 41, D4 and 65. RGB value is (65,212,101). Sum of RGB (Red+Green+Blue) = 65+212+101=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 212 (83.20% from 255 or 56.08% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 212 - color contains mainly: green. Hex color #41D465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D465 is #BE2B9A. Grayscale: #9B9B9B. Windows color (decimal): -12463003 or 6673473. OLE color: 6673473.

HSL color Cylindrical-coordinate representation of color #41D465: hue angle of 134.69º degrees, saturation: 0.63, 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 #41D465 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB65212101-
CMYK0.6900.520.17
HSL134.69º63.09%54.31%-
HSV(B)134.69º69.34%83.14%-
XYZ28.0749.1520.32-
YUV155.3997.363.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 212 (83.20% from 255) = 56.08%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=17.20%
G=56.08%
B=26.72%

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
Decimal652121010.6900.520.17134.6963.0954.31
Hex41D4654503411873f36
Octal101324145105064212077766
Binary1000001110101001100101100010101101001000110000111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,212,101); }

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

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

 a { background-color: rgb(65,212,101); }

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

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

 span { border-color: rgb(65,212,101); }

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