Html Css Color HEX #49BA40 Fruit Salad

📋 copy color: '#49BA40'

red 73 ◦ green 186 ◦ blue 64

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

Shades of Fruit Salad #49BA40

Tints of Fruit Salad #49BA40

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

RGB 73 186 64 -
CMYK 0.61 0 0.66 0.27
HSL 115.57º 0.49% 0.49% -
HSV(B) 115.57º 0.66% 0.73% -
XYZ 21.23 36.9 10.85 -
YUV 138.31 86.06 81.42 -
System Red Green Blue C M Y K H S L
Decimal 73 186 64 0.61 0 0.66 0.27 115.57 0.49 0.49
Hex 49 BA 40 3D 0 42 1B 74 31 31
Octal 111 272 100 75 0 102 33 164 61 61
Binary 1001001 10111010 1000000 111101 0 1000010 11011 1110100 110001 110001

Color Harmonies of #49BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA40

Black with #49BA40

Text Example


Text Example

White with #49BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BA40; }

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

 H1.HeaderClassName
 {
   color: #49BA40;
 }
 .AnyTagClassName
 {
   color: #49BA40;
 }
</style>

background-color css

<style>
 a { background-color: #49BA40; }

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

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

border-color css

<style>
 span { border-color: #49BA40; }

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

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