#41D276

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

Shades of Emerald #41D276

Tints of Emerald #41D276

Color information

#41D276 (or 0x41D276) is unknown color: approx Emerald. HEX triplet: 41, D2 and 76. RGB value is (65,210,118). Sum of RGB (Red+Green+Blue) = 65+210+118=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #41D276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D276 is #BE2D89. Grayscale: #9C9C9C. Windows color (decimal): -12463498 or 7787073. OLE color: 7787073.

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

Color convert

RGB65210118-
CMYK0.6900.440.18
HSL141.93º61.7%53.92%-
HSV(B)141.93º69.05%82.35%-
XYZ28.548.5325-
YUV156.16106.4662.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 210 (82.42% from 255) = 53.44%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=16.54%
G=53.44%
B=30.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652101180.6900.440.18141.9361.753.92
Hex41D2764502C128e3e36
Octal101322166105054222167666
Binary1000001110100101110110100010101011001001010001110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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