Html Css Color HEX #41EB80 Emerald

📋 copy color: '#41EB80'

red 65 ◦ green 235 ◦ blue 128

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

Shades of Emerald #41EB80

Tints of Emerald #41EB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.91%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 15.19%
G = 54.91%
B = 29.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#41EB80 (or 0x41EB80) is known color: Emerald. HEX triplet: 41, EB and 80. RGB value is (65,235,128). Sum of RGB (Red+Green+Blue) = 65+235+128=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EB80 is #BE147F. Grayscale: #ACACAC. Windows color (decimal): -12457088 or 8448833. OLE color: 8448833.

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

Color convert

RGB 65 235 128 -
CMYK 0.72 0 0.46 0.08
HSL 142.24º 0.81% 0.59% -
HSV(B) 142.24º 0.72% 0.92% -
XYZ 35.78 62.1 30.52 -
YUV 171.97 103.18 51.7 -
System Red Green Blue C M Y K H S L
Decimal 65 235 128 0.72 0 0.46 0.08 142.24 0.81 0.59
Hex 41 EB 80 48 0 2E 8 8E 51 3B
Octal 101 353 200 110 0 56 10 216 121 73
Binary 1000001 11101011 10000000 1001000 0 101110 1000 10001110 1010001 111011

Color Harmonies of #41EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EB80

Black with #41EB80

Text Example


Text Example

White with #41EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,235,128); }

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

background-color css

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

 a { background-color: rgb(65,235,128); }

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

border-color css

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

 span { border-color: rgb(65,235,128); }

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