#41D05D

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

Shades of Emerald #41D05D

Tints of Emerald #41D05D

Color information

#41D05D (or 0x41D05D) is unknown color: approx Emerald. HEX triplet: 41, D0 and 5D. RGB value is (65,208,93). Sum of RGB (Red+Green+Blue) = 65+208+93=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #41D05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D05D is #BE2FA2. Grayscale: #989898. Windows color (decimal): -12464035 or 6148161. OLE color: 6148161.

HSL color Cylindrical-coordinate representation of color #41D05D: hue angle of 131.75º 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 #41D05D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB6520893-
CMYK0.6900.550.18
HSL131.75º60.34%53.53%-
HSV(B)131.75º68.75%81.57%-
XYZ26.7147.0318.02-
YUV152.1394.6265.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 208 (81.64% from 255) = 56.83%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=17.76%
G=56.83%
B=25.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65208930.6900.550.18131.7560.3453.53
Hex41D05D4503712843c36
Octal101320135105067222047466
Binary1000001110100001011101100010101101111001010000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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