#41DC85

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

Shades of Emerald #41DC85

Tints of Emerald #41DC85

Color information

#41DC85 (or 0x41DC85) is unknown color: approx Emerald. HEX triplet: 41, DC and 85. RGB value is (65,220,133). Sum of RGB (Red+Green+Blue) = 65+220+133=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DC85 is #BE237A. Grayscale: #A3A3A3. Windows color (decimal): -12460923 or 8772673. OLE color: 8772673.

HSL color Cylindrical-coordinate representation of color #41DC85: hue angle of 146.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC85 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB65220133-
CMYK0.7000.400.14
HSL146.32º68.89%55.88%-
HSV(B)146.32º70.45%86.27%-
XYZ32.015430.93-
YUV163.74110.6557.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.55%
GREEN value IS 220 (86.33% from 255) = 52.63%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=15.55%
G=52.63%
B=31.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652201330.7000.400.14146.3268.8955.88
Hex41DC8546028E924538
Octal1013342051060501622210570
Binary10000011101110010000101100011001010001110100100101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,220,133); }

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

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

 a { background-color: rgb(65,220,133); }

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

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

 span { border-color: rgb(65,220,133); }

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