Html Css Color HEX #41D85E Emerald

📋 copy color: '#41D85E'

red 65 ◦ green 216 ◦ blue 94

#41D85E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #41D85E

Tints of Emerald #41D85E

RGB

 RED value IS 65 (25.78% from 255) = 17.33%

 GREEN value IS 216 (84.77% from 255) = 57.6%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 17.33%
G = 57.6%
B = 25.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#41D85E (or 0x41D85E) is known color: Emerald. HEX triplet: 41, D8 and 5E. RGB value is (65,216,94). Sum of RGB (Red+Green+Blue) = 65+216+94=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #41D85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D85E is #BE27A1. Grayscale: #9D9D9D. Windows color (decimal): -12461986 or 6215745. OLE color: 6215745.

HSL color Cylindrical-coordinate representation of color #41D85E: hue angle of 131.52º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D85E is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 94 -
CMYK 0.70 0 0.56 0.15
HSL 131.52º 0.66% 0.55% -
HSV(B) 131.52º 0.7% 0.85% -
XYZ 28.76 51.04 18.93 -
YUV 156.94 92.47 62.42 -
System Red Green Blue C M Y K H S L
Decimal 65 216 94 0.70 0 0.56 0.15 131.52 0.66 0.55
Hex 41 D8 5E 46 0 38 F 84 42 37
Octal 101 330 136 106 0 70 17 204 102 67
Binary 1000001 11011000 1011110 1000110 0 111000 1111 10000100 1000010 110111

Color Harmonies of #41D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D85E

Black with #41D85E

Text Example


Text Example

White with #41D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,216,94); }

 H1.HeaderClassName
 {
   color: #41D85E;
 }
 .AnyTagClassName
 {
   color: #41D85E;
 }
</style>

background-color css

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

 a { background-color: rgb(65,216,94); }

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

border-color css

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

 span { border-color: rgb(65,216,94); }

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