Html Css Color HEX #41C37F Emerald

📋 copy color: '#41C37F'

red 65 ◦ green 195 ◦ blue 127

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

Shades of Emerald #41C37F

Tints of Emerald #41C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 16.8%
G = 50.39%
B = 32.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#41C37F (or 0x41C37F) is known color: Emerald. HEX triplet: 41, C3 and 7F. RGB value is (65,195,127). Sum of RGB (Red+Green+Blue) = 65+195+127=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #41C37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C37F is #BE3C80. Grayscale: #949494. Windows color (decimal): -12467329 or 8373057. OLE color: 8373057.

HSL color Cylindrical-coordinate representation of color #41C37F: hue angle of 148.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C37F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 195 127 -
CMYK 0.67 0 0.35 0.24
HSL 148.62º 0.52% 0.51% -
HSV(B) 148.62º 0.67% 0.76% -
XYZ 25.53 41.69 26.78 -
YUV 148.38 115.93 68.53 -
System Red Green Blue C M Y K H S L
Decimal 65 195 127 0.67 0 0.35 0.24 148.62 0.52 0.51
Hex 41 C3 7F 43 0 23 18 95 34 33
Octal 101 303 177 103 0 43 30 225 64 63
Binary 1000001 11000011 1111111 1000011 0 100011 11000 10010101 110100 110011

Color Harmonies of #41C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C37F

Black with #41C37F

Text Example


Text Example

White with #41C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,195,127); }

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

background-color css

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

 a { background-color: rgb(65,195,127); }

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

border-color css

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

 span { border-color: rgb(65,195,127); }

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