Html Css Color HEX #41CA76 Emerald

📋 copy color: '#41CA76'

red 65 ◦ green 202 ◦ blue 118

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

Shades of Emerald #41CA76

Tints of Emerald #41CA76

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.47%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 16.88%
G = 52.47%
B = 30.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#41CA76 (or 0x41CA76) is known color: Emerald. HEX triplet: 41, CA and 76. RGB value is (65,202,118). Sum of RGB (Red+Green+Blue) = 65+202+118=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA76 is #BE3589. Grayscale: #979797. Windows color (decimal): -12465546 or 7785025. OLE color: 7785025.

HSL color Cylindrical-coordinate representation of color #41CA76: hue angle of 143.21º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA76 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 202 118 -
CMYK 0.68 0 0.42 0.21
HSL 143.21º 0.56% 0.52% -
HSV(B) 143.21º 0.68% 0.79% -
XYZ 26.57 44.67 24.36 -
YUV 151.46 109.11 66.33 -
System Red Green Blue C M Y K H S L
Decimal 65 202 118 0.68 0 0.42 0.21 143.21 0.56 0.52
Hex 41 CA 76 44 0 2A 15 8F 38 34
Octal 101 312 166 104 0 52 25 217 70 64
Binary 1000001 11001010 1110110 1000100 0 101010 10101 10001111 111000 110100

Color Harmonies of #41CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA76

Black with #41CA76

Text Example


Text Example

White with #41CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,202,118); }

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

background-color css

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

 a { background-color: rgb(65,202,118); }

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

border-color css

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

 span { border-color: rgb(65,202,118); }

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