Html Css Color HEX #41D364 Emerald

📋 copy color: '#41D364'

red 65 ◦ green 211 ◦ blue 100

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

Shades of Emerald #41D364

Tints of Emerald #41D364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.12%

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 17.29%
G = 56.12%
B = 26.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#41D364 (or 0x41D364) is known color: Emerald. HEX triplet: 41, D3 and 64. RGB value is (65,211,100). Sum of RGB (Red+Green+Blue) = 65+211+100=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #41D364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D364 is #BE2C9B. Grayscale: #9A9A9A. Windows color (decimal): -12463260 or 6607681. OLE color: 6607681.

HSL color Cylindrical-coordinate representation of color #41D364: hue angle of 134.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D364 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 211 100 -
CMYK 0.69 0 0.53 0.17
HSL 134.38º 0.62% 0.54% -
HSV(B) 134.38º 0.69% 0.83% -
XYZ 27.77 48.63 19.98 -
YUV 154.69 97.13 64.03 -
System Red Green Blue C M Y K H S L
Decimal 65 211 100 0.69 0 0.53 0.17 134.38 0.62 0.54
Hex 41 D3 64 45 0 35 11 86 3E 36
Octal 101 323 144 105 0 65 21 206 76 66
Binary 1000001 11010011 1100100 1000101 0 110101 10001 10000110 111110 110110

Color Harmonies of #41D364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D364

Black with #41D364

Text Example


Text Example

White with #41D364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,211,100); }

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

background-color css

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

 a { background-color: rgb(65,211,100); }

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

border-color css

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

 span { border-color: rgb(65,211,100); }

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