Html Css Color HEX #41D668 Emerald

📋 copy color: '#41D668'

red 65 ◦ green 214 ◦ blue 104

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

Shades of Emerald #41D668

Tints of Emerald #41D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.87%

 BLUE value IS 104 (41.02% from 255) = 27.15%

R = 16.97%
G = 55.87%
B = 27.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#41D668 (or 0x41D668) is known color: Emerald. HEX triplet: 41, D6 and 68. RGB value is (65,214,104). Sum of RGB (Red+Green+Blue) = 65+214+104=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #41D668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D668 is #BE2997. Grayscale: #9D9D9D. Windows color (decimal): -12462488 or 6870593. OLE color: 6870593.

HSL color Cylindrical-coordinate representation of color #41D668: hue angle of 135.7º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D668 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 214 104 -
CMYK 0.70 0 0.51 0.16
HSL 135.7º 0.65% 0.55% -
HSV(B) 135.7º 0.7% 0.84% -
XYZ 28.73 50.22 21.28 -
YUV 156.91 98.14 62.44 -
System Red Green Blue C M Y K H S L
Decimal 65 214 104 0.70 0 0.51 0.16 135.7 0.65 0.55
Hex 41 D6 68 46 0 33 10 88 41 37
Octal 101 326 150 106 0 63 20 210 101 67
Binary 1000001 11010110 1101000 1000110 0 110011 10000 10001000 1000001 110111

Color Harmonies of #41D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D668

Black with #41D668

Text Example


Text Example

White with #41D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,214,104); }

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

background-color css

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

 a { background-color: rgb(65,214,104); }

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

border-color css

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

 span { border-color: rgb(65,214,104); }

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