#41D282

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

Shades of Emerald #41D282

Tints of Emerald #41D282

Color information

#41D282 (or 0x41D282) is unknown color: approx Emerald. HEX triplet: 41, D2 and 82. RGB value is (65,210,130). Sum of RGB (Red+Green+Blue) = 65+210+130=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #41D282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D282 is #BE2D7D. Grayscale: #9D9D9D. Windows color (decimal): -12463486 or 8573505. OLE color: 8573505.

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

Color convert

RGB65210130-
CMYK0.6900.380.18
HSL146.9º61.7%53.92%-
HSV(B)146.9º69.05%82.35%-
XYZ29.2648.8329-
YUV157.52112.4662-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.05%
GREEN value IS 210 (82.42% from 255) = 51.85%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=16.05%
G=51.85%
B=32.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652101300.6900.380.18146.961.753.92
Hex41D2824502612933e36
Octal101322202105046222237666
Binary10000011101001010000010100010101001101001010010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,210,130); }

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

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

 a { background-color: rgb(65,210,130); }

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

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

 span { border-color: rgb(65,210,130); }

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