Html Css Color HEX #41BB49 Fruit Salad

📋 copy color: '#41BB49'

red 65 ◦ green 187 ◦ blue 73

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

Shades of Fruit Salad #41BB49

Tints of Fruit Salad #41BB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.54%

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

R = 20%
G = 57.54%
B = 22.46%

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

#41BB49 (or 0x41BB49) is known color: Fruit Salad. HEX triplet: 41, BB and 49. RGB value is (65,187,73). Sum of RGB (Red+Green+Blue) = 65+187+73=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BB49 is #BE44B6. Grayscale: #898989. Windows color (decimal): -12469431 or 4832065. OLE color: 4832065.

HSL color Cylindrical-coordinate representation of color #41BB49: hue angle of 123.93º 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 #41BB49 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 187 73 -
CMYK 0.65 0 0.61 0.27
HSL 123.93º 0.48% 0.49% -
HSV(B) 123.93º 0.65% 0.73% -
XYZ 21.15 37.15 12.36 -
YUV 137.53 91.58 76.27 -
System Red Green Blue C M Y K H S L
Decimal 65 187 73 0.65 0 0.61 0.27 123.93 0.48 0.49
Hex 41 BB 49 41 0 3D 1B 7C 30 31
Octal 101 273 111 101 0 75 33 174 60 61
Binary 1000001 10111011 1001001 1000001 0 111101 11011 1111100 110000 110001

Color Harmonies of #41BB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BB49

Black with #41BB49

Text Example


Text Example

White with #41BB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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