Html Css Color HEX #41D06A Emerald

📋 copy color: '#41D06A'

red 65 ◦ green 208 ◦ blue 106

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

Shades of Emerald #41D06A

Tints of Emerald #41D06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.88%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 17.15%
G = 54.88%
B = 27.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#41D06A (or 0x41D06A) is known color: Emerald. HEX triplet: 41, D0 and 6A. RGB value is (65,208,106). Sum of RGB (Red+Green+Blue) = 65+208+106=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #41D06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D06A is #BE2F95. Grayscale: #999999. Windows color (decimal): -12464022 or 7000129. OLE color: 7000129.

HSL color Cylindrical-coordinate representation of color #41D06A: hue angle of 137.2º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D06A is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 106 -
CMYK 0.69 0 0.49 0.18
HSL 137.2º 0.6% 0.54% -
HSV(B) 137.2º 0.69% 0.82% -
XYZ 27.34 47.28 21.32 -
YUV 153.62 101.12 64.79 -
System Red Green Blue C M Y K H S L
Decimal 65 208 106 0.69 0 0.49 0.18 137.2 0.6 0.54
Hex 41 D0 6A 45 0 31 12 89 3C 36
Octal 101 320 152 105 0 61 22 211 74 66
Binary 1000001 11010000 1101010 1000101 0 110001 10010 10001001 111100 110110

Color Harmonies of #41D06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D06A

Black with #41D06A

Text Example


Text Example

White with #41D06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,106); }

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

background-color css

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

 a { background-color: rgb(65,208,106); }

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

border-color css

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

 span { border-color: rgb(65,208,106); }

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