#41D664

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

Shades of Emerald #41D664

Tints of Emerald #41D664

Color information

#41D664 (or 0x41D664) is unknown color: approx Emerald. HEX triplet: 41, D6 and 64. RGB value is (65,214,100). Sum of RGB (Red+Green+Blue) = 65+214+100=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #41D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D664 is #BE299B. Grayscale: #9C9C9C. Windows color (decimal): -12462492 or 6608449. OLE color: 6608449.

HSL color Cylindrical-coordinate representation of color #41D664: hue angle of 134.09º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D664 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB65214100-
CMYK0.7000.530.16
HSL134.09º64.5%54.71%-
HSV(B)134.09º69.63%83.92%-
XYZ28.5350.1420.23-
YUV156.4596.1462.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 214 (83.98% from 255) = 56.46%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=17.15%
G=56.46%
B=26.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal652141000.7000.530.16134.0964.554.71
Hex41D6644603510864137
Octal1013261441060652020610167
Binary10000011101011011001001000110011010110000100001101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,214,100); }

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

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

 a { background-color: rgb(65,214,100); }

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

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

 span { border-color: rgb(65,214,100); }

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