Html Css Color HEX #41D060 Emerald

📋 copy color: '#41D060'

red 65 ◦ green 208 ◦ blue 96

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

Shades of Emerald #41D060

Tints of Emerald #41D060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 17.62%
G = 56.37%
B = 26.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#41D060 (or 0x41D060) is known color: Emerald. HEX triplet: 41, D0 and 60. RGB value is (65,208,96). Sum of RGB (Red+Green+Blue) = 65+208+96=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #41D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D060 is #BE2F9F. Grayscale: #989898. Windows color (decimal): -12464032 or 6344769. OLE color: 6344769.

HSL color Cylindrical-coordinate representation of color #41D060: hue angle of 133.01º 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 #41D060 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 96 -
CMYK 0.69 0 0.54 0.18
HSL 133.01º 0.6% 0.54% -
HSV(B) 133.01º 0.69% 0.82% -
XYZ 26.85 47.08 18.74 -
YUV 152.48 96.12 65.61 -
System Red Green Blue C M Y K H S L
Decimal 65 208 96 0.69 0 0.54 0.18 133.01 0.6 0.54
Hex 41 D0 60 45 0 36 12 85 3C 36
Octal 101 320 140 105 0 66 22 205 74 66
Binary 1000001 11010000 1100000 1000101 0 110110 10010 10000101 111100 110110

Color Harmonies of #41D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D060

Black with #41D060

Text Example


Text Example

White with #41D060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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