Html Css Color HEX #41C468 Emerald

📋 copy color: '#41C468'

red 65 ◦ green 196 ◦ blue 104

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

Shades of Emerald #41C468

Tints of Emerald #41C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.7%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 17.81%
G = 53.7%
B = 28.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#41C468 (or 0x41C468) is known color: Emerald. HEX triplet: 41, C4 and 68. RGB value is (65,196,104). Sum of RGB (Red+Green+Blue) = 65+196+104=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #41C468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C468 is #BE3B97. Grayscale: #929292. Windows color (decimal): -12467096 or 6865985. OLE color: 6865985.

HSL color Cylindrical-coordinate representation of color #41C468: hue angle of 137.86º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C468 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 196 104 -
CMYK 0.67 0 0.47 0.23
HSL 137.86º 0.53% 0.51% -
HSV(B) 137.86º 0.67% 0.77% -
XYZ 24.42 41.6 19.84 -
YUV 146.34 104.1 69.98 -
System Red Green Blue C M Y K H S L
Decimal 65 196 104 0.67 0 0.47 0.23 137.86 0.53 0.51
Hex 41 C4 68 43 0 2F 17 8A 35 33
Octal 101 304 150 103 0 57 27 212 65 63
Binary 1000001 11000100 1101000 1000011 0 101111 10111 10001010 110101 110011

Color Harmonies of #41C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C468

Black with #41C468

Text Example


Text Example

White with #41C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,196,104); }

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

background-color css

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

 a { background-color: rgb(65,196,104); }

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

border-color css

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

 span { border-color: rgb(65,196,104); }

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