Html Css Color HEX #41BA49 Fruit Salad

📋 copy color: '#41BA49'

red 65 ◦ green 186 ◦ blue 73

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

Shades of Fruit Salad #41BA49

Tints of Fruit Salad #41BA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 20.06%
G = 57.41%
B = 22.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#41BA49 (or 0x41BA49) is known color: Fruit Salad. HEX triplet: 41, BA and 49. RGB value is (65,186,73). Sum of RGB (Red+Green+Blue) = 65+186+73=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA49 is #BE45B6. Grayscale: #898989. Windows color (decimal): -12469687 or 4831809. OLE color: 4831809.

HSL color Cylindrical-coordinate representation of color #41BA49: hue angle of 123.97º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BA49 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 186 73 -
CMYK 0.65 0 0.61 0.27
HSL 123.97º 0.48% 0.49% -
HSV(B) 123.97º 0.65% 0.73% -
XYZ 20.94 36.72 12.29 -
YUV 136.94 91.91 76.69 -
System Red Green Blue C M Y K H S L
Decimal 65 186 73 0.65 0 0.61 0.27 123.97 0.48 0.49
Hex 41 BA 49 41 0 3D 1B 7C 30 31
Octal 101 272 111 101 0 75 33 174 60 61
Binary 1000001 10111010 1001001 1000001 0 111101 11011 1111100 110000 110001

Color Harmonies of #41BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA49

Black with #41BA49

Text Example


Text Example

White with #41BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,186,73); }

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

background-color css

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

 a { background-color: rgb(65,186,73); }

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

border-color css

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

 span { border-color: rgb(65,186,73); }

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