Html Css Color HEX #41EA82 Emerald

📋 copy color: '#41EA82'

red 65 ◦ green 234 ◦ blue 130

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

Shades of Emerald #41EA82

Tints of Emerald #41EA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 15.15%
G = 54.55%
B = 30.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#41EA82 (or 0x41EA82) is known color: Emerald. HEX triplet: 41, EA and 82. RGB value is (65,234,130). Sum of RGB (Red+Green+Blue) = 65+234+130=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EA82 is #BE157D. Grayscale: #ABABAB. Windows color (decimal): -12457342 or 8579649. OLE color: 8579649.

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

Color convert

RGB 65 234 130 -
CMYK 0.72 0 0.44 0.08
HSL 143.08º 0.8% 0.59% -
HSV(B) 143.08º 0.72% 0.92% -
XYZ 35.63 61.58 31.13 -
YUV 171.61 104.51 51.96 -
System Red Green Blue C M Y K H S L
Decimal 65 234 130 0.72 0 0.44 0.08 143.08 0.8 0.59
Hex 41 EA 82 48 0 2C 8 8F 50 3B
Octal 101 352 202 110 0 54 10 217 120 73
Binary 1000001 11101010 10000010 1001000 0 101100 1000 10001111 1010000 111011

Color Harmonies of #41EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EA82

Black with #41EA82

Text Example


Text Example

White with #41EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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