#41EA75

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

Shades of Emerald #41EA75

Tints of Emerald #41EA75

Color information

#41EA75 (or 0x41EA75) is unknown color: approx Emerald. HEX triplet: 41, EA and 75. RGB value is (65,234,117). Sum of RGB (Red+Green+Blue) = 65+234+117=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41EA75 is #BE158A. Grayscale: #AAAAAA. Windows color (decimal): -12457355 or 7727681. OLE color: 7727681.

HSL color Cylindrical-coordinate representation of color #41EA75: hue angle of 138.46º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EA75 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB65234117-
CMYK0.7200.50.08
HSL138.46º80.09%58.63%-
HSV(B)138.46º72.22%91.76%-
XYZ34.8161.2526.82-
YUV170.1398.0153.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.62%
GREEN value IS 234 (91.80% from 255) = 56.25%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=15.62%
G=56.25%
B=28.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal652341170.7200.50.08138.4680.0958.63
Hex41EA754803288a503b
Octal1013521651100621021212073
Binary1000001111010101110101100100001100101000100010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,234,117); }

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

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

 a { background-color: rgb(65,234,117); }

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

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

 span { border-color: rgb(65,234,117); }

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