#41D485

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

Shades of Emerald #41D485

Tints of Emerald #41D485

Color information

#41D485 (or 0x41D485) is unknown color: approx Emerald. HEX triplet: 41, D4 and 85. RGB value is (65,212,133). Sum of RGB (Red+Green+Blue) = 65+212+133=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #41D485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D485 is #BE2B7A. Grayscale: #9F9F9F. Windows color (decimal): -12462971 or 8770625. OLE color: 8770625.

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

Color convert

RGB65212133-
CMYK0.6900.370.17
HSL147.76º63.09%54.31%-
HSV(B)147.76º69.34%83.14%-
XYZ29.9649.930.24-
YUV159.04113.360.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 212 (83.20% from 255) = 51.71%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=15.85%
G=51.71%
B=32.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652121330.6900.370.17147.7663.0954.31
Hex41D4854502511943f36
Octal101324205105045212247766
Binary10000011101010010000101100010101001011000110010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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