Html Css Color HEX #41D880 Emerald

📋 copy color: '#41D880'

red 65 ◦ green 216 ◦ blue 128

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

Shades of Emerald #41D880

Tints of Emerald #41D880

RGB

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

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

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

R = 15.89%
G = 52.81%
B = 31.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#41D880 (or 0x41D880) is known color: Emerald. HEX triplet: 41, D8 and 80. RGB value is (65,216,128). Sum of RGB (Red+Green+Blue) = 65+216+128=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #41D880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D880 is #BE277F. Grayscale: #A1A1A1. Windows color (decimal): -12461952 or 8443969. OLE color: 8443969.

HSL color Cylindrical-coordinate representation of color #41D880: hue angle of 145.03º 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 #41D880 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 128 -
CMYK 0.70 0 0.41 0.15
HSL 145.03º 0.66% 0.55% -
HSV(B) 145.03º 0.7% 0.85% -
XYZ 30.63 51.79 28.8 -
YUV 160.82 109.47 59.66 -
System Red Green Blue C M Y K H S L
Decimal 65 216 128 0.70 0 0.41 0.15 145.03 0.66 0.55
Hex 41 D8 80 46 0 29 F 91 42 37
Octal 101 330 200 106 0 51 17 221 102 67
Binary 1000001 11011000 10000000 1000110 0 101001 1111 10010001 1000010 110111

Color Harmonies of #41D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D880

Black with #41D880

Text Example


Text Example

White with #41D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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