Html Css Color HEX #41C85F Emerald

📋 copy color: '#41C85F'

red 65 ◦ green 200 ◦ blue 95

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

Shades of Emerald #41C85F

Tints of Emerald #41C85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.56%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 18.06%
G = 55.56%
B = 26.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#41C85F (or 0x41C85F) is known color: Emerald. HEX triplet: 41, C8 and 5F. RGB value is (65,200,95). Sum of RGB (Red+Green+Blue) = 65+200+95=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #41C85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C85F is #BE37A0. Grayscale: #939393. Windows color (decimal): -12466081 or 6277185. OLE color: 6277185.

HSL color Cylindrical-coordinate representation of color #41C85F: hue angle of 133.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C85F is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 200 95 -
CMYK 0.68 0 0.52 0.22
HSL 133.33º 0.55% 0.52% -
HSV(B) 133.33º 0.68% 0.78% -
XYZ 24.9 43.26 17.86 -
YUV 147.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 65 200 95 0.68 0 0.52 0.22 133.33 0.55 0.52
Hex 41 C8 5F 44 0 34 16 85 37 34
Octal 101 310 137 104 0 64 26 205 67 64
Binary 1000001 11001000 1011111 1000100 0 110100 10110 10000101 110111 110100

Color Harmonies of #41C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C85F

Black with #41C85F

Text Example


Text Example

White with #41C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,200,95); }

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

background-color css

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

 a { background-color: rgb(65,200,95); }

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

border-color css

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

 span { border-color: rgb(65,200,95); }

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