Html Css Color HEX #49BA4B Fruit Salad

📋 copy color: '#49BA4B'

red 73 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #49BA4B

Tints of Fruit Salad #49BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 21.86%
G = 55.69%
B = 22.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#49BA4B (or 0x49BA4B) is known color: Fruit Salad. HEX triplet: 49, BA and 4B. RGB value is (73,186,75). Sum of RGB (Red+Green+Blue) = 73+186+75=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA4B is #B645B4. Grayscale: #8B8B8B. Windows color (decimal): -11945397 or 4962889. OLE color: 4962889.

HSL color Cylindrical-coordinate representation of color #49BA4B: hue angle of 121.06º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BA4B is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 186 75 -
CMYK 0.61 0 0.60 0.27
HSL 121.06º 0.45% 0.51% -
HSV(B) 121.06º 0.61% 0.73% -
XYZ 21.58 37.04 12.67 -
YUV 139.56 91.56 80.53 -
System Red Green Blue C M Y K H S L
Decimal 73 186 75 0.61 0 0.60 0.27 121.06 0.45 0.51
Hex 49 BA 4B 3D 0 3C 1B 79 2D 33
Octal 111 272 113 75 0 74 33 171 55 63
Binary 1001001 10111010 1001011 111101 0 111100 11011 1111001 101101 110011

Color Harmonies of #49BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA4B

Black with #49BA4B

Text Example


Text Example

White with #49BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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