#41D260

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

Shades of Emerald #41D260

Tints of Emerald #41D260

Color information

#41D260 (or 0x41D260) is unknown color: approx Emerald. HEX triplet: 41, D2 and 60. RGB value is (65,210,96). Sum of RGB (Red+Green+Blue) = 65+210+96=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #41D260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D260 is #BE2D9F. Grayscale: #999999. Windows color (decimal): -12463520 or 6345281. OLE color: 6345281.

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

Color convert

RGB6521096-
CMYK0.6900.540.18
HSL132.83º61.7%53.92%-
HSV(B)132.83º69.05%82.35%-
XYZ27.3448.0618.9-
YUV153.6595.4664.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 210 (82.42% from 255) = 56.60%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=17.52%
G=56.60%
B=25.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65210960.6900.540.18132.8361.753.92
Hex41D2604503612853e36
Octal101322140105066222057666
Binary1000001110100101100000100010101101101001010000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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