Html Css Color HEX #49BF59 Fruit Salad

📋 copy color: '#49BF59'

red 73 ◦ green 191 ◦ blue 89

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

Shades of Fruit Salad #49BF59

Tints of Fruit Salad #49BF59

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 20.68%
G = 54.11%
B = 25.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#49BF59 (or 0x49BF59) is known color: Fruit Salad. HEX triplet: 49, BF and 59. RGB value is (73,191,89). Sum of RGB (Red+Green+Blue) = 73+191+89=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF59 is #B640A6. Grayscale: #909090. Windows color (decimal): -11944103 or 5881673. OLE color: 5881673.

HSL color Cylindrical-coordinate representation of color #49BF59: hue angle of 128.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF59 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 89 -
CMYK 0.62 0 0.53 0.25
HSL 128.14º 0.48% 0.52% -
HSV(B) 128.14º 0.62% 0.75% -
XYZ 23.18 39.4 15.83 -
YUV 144.09 96.91 77.29 -
System Red Green Blue C M Y K H S L
Decimal 73 191 89 0.62 0 0.53 0.25 128.14 0.48 0.52
Hex 49 BF 59 3E 0 35 19 80 30 34
Octal 111 277 131 76 0 65 31 200 60 64
Binary 1001001 10111111 1011001 111110 0 110101 11001 10000000 110000 110100

Color Harmonies of #49BF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF59

Black with #49BF59

Text Example


Text Example

White with #49BF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,89); }

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

background-color css

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

 a { background-color: rgb(73,191,89); }

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

border-color css

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

 span { border-color: rgb(73,191,89); }

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