Html Css Color HEX #49BF54 Fruit Salad

📋 copy color: '#49BF54'

red 73 ◦ green 191 ◦ blue 84

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

Shades of Fruit Salad #49BF54

Tints of Fruit Salad #49BF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 20.98%
G = 54.89%
B = 24.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#49BF54 (or 0x49BF54) is known color: Fruit Salad. HEX triplet: 49, BF and 54. RGB value is (73,191,84). Sum of RGB (Red+Green+Blue) = 73+191+84=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF54 is #B640AB. Grayscale: #8F8F8F. Windows color (decimal): -11944108 or 5553993. OLE color: 5553993.

HSL color Cylindrical-coordinate representation of color #49BF54: hue angle of 125.59º 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 #49BF54 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 84 -
CMYK 0.62 0 0.56 0.25
HSL 125.59º 0.48% 0.52% -
HSV(B) 125.59º 0.62% 0.75% -
XYZ 22.98 39.32 14.77 -
YUV 143.52 94.41 77.7 -
System Red Green Blue C M Y K H S L
Decimal 73 191 84 0.62 0 0.56 0.25 125.59 0.48 0.52
Hex 49 BF 54 3E 0 38 19 7E 30 34
Octal 111 277 124 76 0 70 31 176 60 64
Binary 1001001 10111111 1010100 111110 0 111000 11001 1111110 110000 110100

Color Harmonies of #49BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF54

Black with #49BF54

Text Example


Text Example

White with #49BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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