Html Css Color HEX #40BA49 Fruit Salad

📋 copy color: '#40BA49'

red 64 ◦ green 186 ◦ blue 73

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

Shades of Fruit Salad #40BA49

Tints of Fruit Salad #40BA49

RGB

 RED value IS 64 (25.39% from 255) = 19.81%

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

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

R = 19.81%
G = 57.59%
B = 22.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#40BA49 (or 0x40BA49) is known color: Fruit Salad. HEX triplet: 40, BA and 49. RGB value is (64,186,73). Sum of RGB (Red+Green+Blue) = 64+186+73=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA49 is #BF45B6. Grayscale: #888888. Windows color (decimal): -12535223 or 4831808. OLE color: 4831808.

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

Color convert

RGB 64 186 73 -
CMYK 0.66 0 0.61 0.27
HSL 124.43º 0.49% 0.49% -
HSV(B) 124.43º 0.66% 0.73% -
XYZ 20.88 36.69 12.28 -
YUV 136.64 92.08 76.19 -
System Red Green Blue C M Y K H S L
Decimal 64 186 73 0.66 0 0.61 0.27 124.43 0.49 0.49
Hex 40 BA 49 42 0 3D 1B 7C 31 31
Octal 100 272 111 102 0 75 33 174 61 61
Binary 1000000 10111010 1001001 1000010 0 111101 11011 1111100 110001 110001

Color Harmonies of #40BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA49

Black with #40BA49

Text Example


Text Example

White with #40BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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