Html Css Color HEX #41EA8D Shamrock

📋 copy color: '#41EA8D'

red 65 ◦ green 234 ◦ blue 141

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

Shades of Shamrock #41EA8D

Tints of Shamrock #41EA8D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.18%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 14.77%
G = 53.18%
B = 32.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#41EA8D (or 0x41EA8D) is known color: Shamrock. HEX triplet: 41, EA and 8D. RGB value is (65,234,141). Sum of RGB (Red+Green+Blue) = 65+234+141=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EA8D is #BE1572. Grayscale: #ADADAD. Windows color (decimal): -12457331 or 9300545. OLE color: 9300545.

HSL color Cylindrical-coordinate representation of color #41EA8D: hue angle of 146.98º 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 #41EA8D is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 234 141 -
CMYK 0.72 0 0.40 0.08
HSL 146.98º 0.8% 0.59% -
HSV(B) 146.98º 0.72% 0.92% -
XYZ 36.41 61.89 35.23 -
YUV 172.87 110.01 51.06 -
System Red Green Blue C M Y K H S L
Decimal 65 234 141 0.72 0 0.40 0.08 146.98 0.8 0.59
Hex 41 EA 8D 48 0 28 8 93 50 3B
Octal 101 352 215 110 0 50 10 223 120 73
Binary 1000001 11101010 10001101 1001000 0 101000 1000 10010011 1010000 111011

Color Harmonies of #41EA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EA8D

Black with #41EA8D

Text Example


Text Example

White with #41EA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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