Html Css Color HEX #41DB86 Emerald

📋 copy color: '#41DB86'

red 65 ◦ green 219 ◦ blue 134

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

Shades of Emerald #41DB86

Tints of Emerald #41DB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 15.55%
G = 52.39%
B = 32.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#41DB86 (or 0x41DB86) is known color: Emerald. HEX triplet: 41, DB and 86. RGB value is (65,219,134). Sum of RGB (Red+Green+Blue) = 65+219+134=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DB86 is #BE2479. Grayscale: #A3A3A3. Windows color (decimal): -12461178 or 8837953. OLE color: 8837953.

HSL color Cylindrical-coordinate representation of color #41DB86: hue angle of 146.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DB86 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 219 134 -
CMYK 0.70 0 0.39 0.14
HSL 146.88º 0.68% 0.56% -
HSV(B) 146.88º 0.7% 0.86% -
XYZ 31.81 53.51 31.21 -
YUV 163.26 111.48 57.91 -
System Red Green Blue C M Y K H S L
Decimal 65 219 134 0.70 0 0.39 0.14 146.88 0.68 0.56
Hex 41 DB 86 46 0 27 E 93 44 38
Octal 101 333 206 106 0 47 16 223 104 70
Binary 1000001 11011011 10000110 1000110 0 100111 1110 10010011 1000100 111000

Color Harmonies of #41DB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DB86

Black with #41DB86

Text Example


Text Example

White with #41DB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,219,134); }

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

background-color css

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

 a { background-color: rgb(65,219,134); }

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

border-color css

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

 span { border-color: rgb(65,219,134); }

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